Skip to content

Commit c0d727e

Browse files
committed
Set Ruby version for Dockerfile from .ruby-version
1 parent 332a0c5 commit c0d727e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUBY_VERSION=3.1.6
1+
ARG RUBY_VERSION=$(cat .ruby-version)
22
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
33

44
# Rails app lives here

0 commit comments

Comments
 (0)