Skip to content

Commit 7715d58

Browse files
authored
Merge pull request #1802 from alphagov/bump_base_image_to_3.4.8-alpine3.22
Bump base image
2 parents b3f543a + 110a3d1 commit 7715d58

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Add or replace dependency steps here
5050
- name: Install Ruby and gems
5151
# The ruby version is taken from the .ruby-version file, no need to specify here.
52-
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268.0
52+
uses: ruby/setup-ruby@f8d7259c7a66155a7c4a157a1a10ca601f186594 # v1.271.0
5353
with:
5454
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
5555
- name: Install Node.js

.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)