From f02f7f384a8e6d5cca92bd10e39b18db8a83322e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:31:19 +0000 Subject: [PATCH] Bump ruby from 3.3.0-alpine to 3.4.1-alpine Bumps ruby from 3.3.0-alpine to 3.4.1-alpine. --- updated-dependencies: - dependency-name: ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4f6e1c0c7..143e483f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # WHEN WE UPDATE THIS WE HAVE TO KEEP PUPPETEER IN SYNC WITH THE VERSION OF CHROMIUM THAT GETS INSTALLED # Get the version `apk list chromium` in the running image and then update package.json https://pptr.dev/chromium-support# # This is used for rendering PDFs -FROM ruby:3.3.0-alpine AS builder +FROM ruby:3.4.1-alpine AS builder WORKDIR /app @@ -59,7 +59,7 @@ RUN rm -rf log/* tmp/* /tmp && \ find /usr/local/bundle/gems -name "*.html" -delete # Build runtime image -FROM ruby:3.3.0-alpine AS production +FROM ruby:3.4.1-alpine AS production ENV GOVUK_NOTIFY_API_KEY=TestKey \ HOSTING_DOMAIN=https://required-but-not-used