Skip to content

Commit 87b1f31

Browse files
Bump ruby from 3.3-slim-bookworm to 3.4-slim-bookworm
Bumps ruby from 3.3-slim-bookworm to 3.4-slim-bookworm. --- updated-dependencies: - dependency-name: ruby dependency-version: 3.4-slim-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4cd8479 commit 87b1f31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3
7+
FROM ruby:3.4
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.3-slim-bookworm
1+
FROM ruby:3.4-slim-bookworm
22

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

0 commit comments

Comments
 (0)