Skip to content

Commit

Permalink
Bump node from 3120b21 to e5df784
Browse files Browse the repository at this point in the history
Bumps node from `3120b21` to `e5df784`.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 66fe271 commit 6da28e8
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:3120b21ed49333280d78dfe44b6eabc25c3309c3366bbcfa409b804334fd16ab AS builder
FROM node:18.20.3-alpine3.19@sha256:e5df78451e4a2dc2e8605642b1d7691bf079d6fb66ae2d862714a88b4383ec61 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:3120b21ed49333280d78dfe44b6eabc25c3309c3366bbcfa409b804334fd16ab AS final
FROM node:18.20.3-alpine3.19@sha256:e5df78451e4a2dc2e8605642b1d7691bf079d6fb66ae2d862714a88b4383ec61 AS final

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

Expand Down

0 comments on commit 6da28e8

Please sign in to comment.