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 f964d7f commit 4e6cea9Copy full SHA for 4e6cea9
.devcontainer/Dockerfile
@@ -1,3 +1,3 @@
1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
2
-ARG RUBY_VERSION=3.4.6
+ARG RUBY_VERSION=3.4.7
3
FROM ghcr.io/rails/devcontainer/images/ruby:$RUBY_VERSION
.ruby-version
@@ -1 +1 @@
-ruby-3.4.6
+ruby-3.4.7
Dockerfile
@@ -5,7 +5,7 @@
5
# docker run -d -p 80:80 -p 443:443 --name my-app -e RAILS_MASTER_KEY=<value from config/master.key> my-app
6
7
8
9
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
10
11
# Rails app lives here
0 commit comments