Skip to content

Commit

Permalink
Merge pull request #379 from alphagov/dependabot/docker/node-23.0-alpine
Browse files Browse the repository at this point in the history
Bump node from 22.9-alpine to 23.0-alpine
  • Loading branch information
HauwaHakimi authored Oct 17, 2024
2 parents 2f9b2ff + 50c645b commit 5aa8f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# get official nodejs/npm binaries
FROM node:22.9-alpine AS nodebuilder
FROM node:23.0-alpine AS nodebuilder
WORKDIR /opt/app
COPY package-lock.json ./
COPY package.json ./
Expand Down

0 comments on commit 5aa8f25

Please sign in to comment.