Skip to content

Commit 6fcbf1c

Browse files
committed
Remove default RUBY_VERSION from base image Dockerfile
The version is always passed as a build arg from the CI matrix. A default just hides missing args and can go stale.
1 parent e822d43 commit 6fcbf1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby/Dockerfile

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

44
# The app lives here

0 commit comments

Comments
 (0)