Skip to content

Commit 11900c0

Browse files
authored
Merge pull request #327 from plural/fix-docker-ruby-3.3.6-version
Set ruby version in both places in the docker file.
2 parents 2baf622 + c8f0da9 commit 11900c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY . $RAILS_ROOT/
3131

3232

3333
#####################################################################
34-
FROM ruby:3.2.3-alpine3.19 AS final
34+
FROM ruby:3.3.6-alpine3.20 AS final
3535

3636
RUN apk -U upgrade && apk add --no-cache gcompat postgresql-client tzdata \
3737
&& rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)