Skip to content

Commit

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

---
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 21, 2024
1 parent a5b09fd commit bfc469d
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 bfc469d

Please sign in to comment.