We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1536d45 commit 94cf582Copy full SHA for 94cf582
2 files changed
Dockerfile
@@ -4,7 +4,7 @@
4
# This Dockerfile is meant for running the application in an AWS ECS container. The required
5
# Rails credentials and ENV variables are all defined by the CloudFormation template and passed
6
# into the container on startup
7
-FROM ruby:3.0
+FROM ruby:3.3
8
9
RUN echo $(apt-cache search magick)
10
Dockerfile.dev
@@ -1,4 +1,4 @@
1
-FROM ruby:3.2-slim-bookworm
+FROM ruby:3.3-slim-bookworm
2
3
RUN groupadd -g 1000 dmpt && useradd -u 1000 -g 1000 dmpt
0 commit comments