Skip to content

Commit fcec380

Browse files
authored
Merge pull request #1731 from alphagov/bump_base_image_to_3.4.1-alpine3.21
Bump base image to 3.4.1 alpine3.21
2 parents f222951 + 7a1b795 commit fcec380

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.1
1+
22.11.0

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
3.4.1

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
ARG ALPINE_VERSION=3.19
2-
ARG RUBY_VERSION=3.3.4
1+
ARG ALPINE_VERSION=3.21
2+
ARG RUBY_VERSION=3.4.1
33

4-
ARG DOCKER_IMAGE_DIGEST=sha256:37f4c0f791aa3c791dc2bcf052201ffd6a644fcc545aaf5ceac8231c702c7e9d
4+
ARG DOCKER_IMAGE_DIGEST=sha256:e5c30595c6a322bc3fbaacd5e35d698a6b9e6d1079ab0af09ffe52f5816aec3b
55

66
FROM ruby:${RUBY_VERSION}-alpine${ALPINE_VERSION}@${DOCKER_IMAGE_DIGEST} AS base
7-
ARG NODEJS_VERSION=20
7+
ARG NODEJS_VERSION=22
88
ENV NODEJS_VERSION=${NODEJS_VERSION}
99

1010
FROM base AS build

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ DEPENDENCIES
578578
webmock
579579

580580
RUBY VERSION
581-
ruby 3.3.4p94
581+
ruby 3.4.1p0
582582

583583
BUNDLED WITH
584584
2.6.3

spec/services/reports/csv_reports_service_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
nil,
125125
nil,
126126
nil,
127-
"{\"input_type\"=>\"single_line\"}",
127+
"{\"input_type\" => \"single_line\"}",
128128
])
129129
end
130130

@@ -153,7 +153,7 @@
153153
"false",
154154
"3",
155155
nil,
156-
"{\"only_one_option\"=>\"0\", \"selection_options\"=>[{\"name\"=>\"Option 1\"}, {\"name\"=>\"Option 2\"}, {\"name\"=>\"Option 3\"}]}",
156+
"{\"only_one_option\" => \"0\", \"selection_options\" => [{\"name\" => \"Option 1\"}, {\"name\" => \"Option 2\"}, {\"name\" => \"Option 3\"}]}",
157157
])
158158
end
159159

@@ -182,7 +182,7 @@
182182
nil,
183183
nil,
184184
"false",
185-
"{\"input_type\"=>\"full_name\", \"title_needed\"=>false}",
185+
"{\"input_type\" => \"full_name\", \"title_needed\" => false}",
186186
])
187187
end
188188

@@ -211,7 +211,7 @@
211211
"true",
212212
"2",
213213
nil,
214-
"{\"only_one_option\"=>\"true\", \"selection_options\"=>[{\"name\"=>\"Once\"}, {\"name\"=>\"More than once\"}]}",
214+
"{\"only_one_option\" => \"true\", \"selection_options\" => [{\"name\" => \"Once\"}, {\"name\" => \"More than once\"}]}",
215215
])
216216
end
217217

0 commit comments

Comments
 (0)