We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb9ab1 commit d80eb79Copy full SHA for d80eb79
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:3.0.2-slim as builder
+FROM ruby:3.2.2-slim as builder
2
3
ENV RAILS_ENV=production \
4
SECRET_KEY_BASE=dummy
@@ -33,7 +33,7 @@ RUN rm -rf node_modules tmp/cache vendor/bundle spec \
33
&& find /usr/local/bundle/gems/ -type d -name "spec" -prune -exec rm -rf {} \; \
34
&& rm -rf log/*.log
35
36
-FROM ruby:3.0.2-slim as runner
+FROM ruby:3.2.2-slim as runner
37
38
39
SECRET_KEY_BASE=dummy \
0 commit comments