Skip to content

Commit

Permalink
Bump ruby from 3.3.0-alpine to 3.4.1-alpine
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 7436b15 commit f02f7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f02f7f3

Please sign in to comment.