We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46cdb8e commit 2d780f4Copy full SHA for 2d780f4
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
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
8
-ARG RUBY_VERSION=3.3.5
+ARG RUBY_VERSION=3.3.6
9
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
10
11
# Rails app lives here
0 commit comments