Skip to content

Commit

Permalink
Merge pull request #3846 from alphagov/dependabot/docker/node-eb46058
Browse files Browse the repository at this point in the history
Bump node from `e5df784` to `eb46058`
  • Loading branch information
jfharden authored Jun 24, 2024
2 parents a5b09fd + bfc469d commit dcd71ae
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
@@ -1,4 +1,4 @@
FROM node:18.20.3-alpine3.19@sha256:e5df78451e4a2dc2e8605642b1d7691bf079d6fb66ae2d862714a88b4383ec61 AS builder
FROM node:18.20.3-alpine3.19@sha256:eb460581aaed291f4ce5a32498509269e3bb1da2a482601a728c2ea2c14bd01f AS builder

WORKDIR /app
COPY package.json .
Expand All @@ -8,7 +8,7 @@ RUN npm ci --quiet
COPY . .
RUN npm run compile

FROM node:18.20.3-alpine3.19@sha256:e5df78451e4a2dc2e8605642b1d7691bf079d6fb66ae2d862714a88b4383ec61 AS final
FROM node:18.20.3-alpine3.19@sha256:eb460581aaed291f4ce5a32498509269e3bb1da2a482601a728c2ea2c14bd01f AS final

RUN ["apk", "--no-cache", "upgrade"]

Expand Down

0 comments on commit dcd71ae

Please sign in to comment.