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 332a0c5 commit c0d727eCopy full SHA for c0d727e
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG RUBY_VERSION=3.1.6
+ARG RUBY_VERSION=$(cat .ruby-version)
2
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
3
4
# Rails app lives here
0 commit comments