Skip to content

Commit c8f0da9

Browse files
committed
Set ruby version in both places in the docker file.
1 parent e1204d4 commit c8f0da9

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)