Skip to content

Commit

Permalink
docker: bump library/node from 18-alpine3.18 to 20-alpine3.18
Browse files Browse the repository at this point in the history
Bumps library/node from 18-alpine3.18 to 20-alpine3.18.

---
updated-dependencies:
- dependency-name: library/node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 66a7384 commit 5cb3874
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
Expand Up @@ -6,7 +6,7 @@
# BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit.
# Represents the plataform where the build is happening, do not mix with
# TARGETARCH
FROM --platform=${BUILDPLATFORM} docker.io/library/node:18-alpine3.18@sha256:a315556d82ef54561e54fca7d8ee333382de183d4e56841dcefcd05b55310f46 as stage1
FROM --platform=${BUILDPLATFORM} docker.io/library/node:20-alpine3.18@sha256:744436da457ddcc6d9782f74a9b9656445106271c79bf4aa0d60f20503b376aa as stage1
RUN apk add bash
WORKDIR /app

Expand Down

0 comments on commit 5cb3874

Please sign in to comment.