We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c3cb8 commit d6b8d30Copy full SHA for d6b8d30
.ruby-version
@@ -1 +1 @@
1
-3.2.2
+3.3.3
Dockerfile
@@ -8,7 +8,7 @@
8
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
9
10
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
11
-ARG RUBY_VERSION=3.2.2
+ARG RUBY_VERSION=3.3.3
12
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
13
14
# Rails app lives here
config/deploy.yml
@@ -82,7 +82,7 @@ builder:
82
#
83
# # Pass arguments and secrets to the Docker build process
84
# args:
85
- # RUBY_VERSION: 3.2.2
+ # RUBY_VERSION: 3.3.3
86
# secrets:
87
# - GITHUB_TOKEN
88
# - RAILS_MASTER_KEY
0 commit comments