Skip to content

Commit d80eb79

Browse files
committed
fix: test with Docker ruby:3.2.2-slim
1 parent 2bb9ab1 commit d80eb79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.0.2-slim as builder
1+
FROM ruby:3.2.2-slim as builder
22

33
ENV RAILS_ENV=production \
44
SECRET_KEY_BASE=dummy
@@ -33,7 +33,7 @@ RUN rm -rf node_modules tmp/cache vendor/bundle spec \
3333
&& find /usr/local/bundle/gems/ -type d -name "spec" -prune -exec rm -rf {} \; \
3434
&& rm -rf log/*.log
3535

36-
FROM ruby:3.0.2-slim as runner
36+
FROM ruby:3.2.2-slim as runner
3737

3838
ENV RAILS_ENV=production \
3939
SECRET_KEY_BASE=dummy \

0 commit comments

Comments
 (0)