Skip to content

Commit 8202b8e

Browse files
committed
Bump base image
Bumps core dependencies and base image in Dockerfile. - Bumps Ruby from 3.4.6 to 3.4.8
1 parent 8b675b7 commit 8202b8e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.6
1+
3.4.8

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG ALPINE_VERSION=3.22
2-
ARG RUBY_VERSION=3.4.6
2+
ARG RUBY_VERSION=3.4.8
33

4-
ARG DOCKER_IMAGE_DIGEST=sha256:d594d5debffa14c591c4fe03b9d0d79cdc28f30d594f47be748e642746057fec
4+
ARG DOCKER_IMAGE_DIGEST=sha256:c7687b054738956d3e409fbb335ffa711c9b2dab87a57a2f89d9141746b9fdde
55

66
FROM ruby:${RUBY_VERSION}-alpine${ALPINE_VERSION}@${DOCKER_IMAGE_DIGEST} AS base
77
ARG NODEJS_VERSION=22

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ CHECKSUMS
774774
zeitwerk (2.7.3) sha256=b2e86b4a9b57d26ba68a15230dcc7fe6f040f06831ce64417b0621ad96ba3e85
775775

776776
RUBY VERSION
777-
ruby 3.4.6p54
777+
ruby 3.4.8p72
778778

779779
BUNDLED WITH
780780
2.7.1

0 commit comments

Comments
 (0)