Skip to content

Commit 94cf582

Browse files
committed
updated Dockerfiles to ruby 3.3
1 parent 1536d45 commit 94cf582

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This Dockerfile is meant for running the application in an AWS ECS container. The required
55
# Rails credentials and ENV variables are all defined by the CloudFormation template and passed
66
# into the container on startup
7-
FROM ruby:3.0
7+
FROM ruby:3.3
88

99
RUN echo $(apt-cache search magick)
1010

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.2-slim-bookworm
1+
FROM ruby:3.3-slim-bookworm
22

33
RUN groupadd -g 1000 dmpt && useradd -u 1000 -g 1000 dmpt
44

0 commit comments

Comments
 (0)