Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: library/node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent a06e19b commit 3b1675f
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 @@ -7,7 +7,7 @@
# Represents the plataform where the build is happening, do not mix with
# TARGETARCH
# skopeo inspect --override-os linux --override-arch amd64 docker://docker.io/library/node:20.14.0-alpine3.20 | jq -r '.Digest'
FROM --platform=${BUILDPLATFORM} docker.io/library/node:20.14.0-alpine3.20@sha256:da1fb4e470cbe065c849c47c1187a592f7505c1a679f5b3f845ea88b30f763a6 as stage1
FROM --platform=${BUILDPLATFORM} docker.io/library/node:22.7.0-alpine3.20@sha256:ed9736a13b88ba55cbc08c75c9edac8ae7f72840482e40324670b299336680c1 as stage1
RUN apk add bash
WORKDIR /app

Expand Down

0 comments on commit 3b1675f

Please sign in to comment.