Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 8b3bf69 commit 2867261
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 docker://docker.io/library/node:20.11.0-alpine3.18 | jq -r '.Digest'
FROM --platform=${BUILDPLATFORM} docker.io/library/node:20.11.0-alpine3.18@sha256:3aae0ea51b2952660b4b65988963b78b269cf84cc7f36f208462601a12e1531a as stage1
FROM --platform=${BUILDPLATFORM} docker.io/library/node:22.1.0-alpine3.18@sha256:5a4751fb2e95bb0a0ad5ac1f92fd36076c7337b89667e396dbbabf36fa5b1d6f as stage1
RUN apk add bash
WORKDIR /app

Expand Down

0 comments on commit 2867261

Please sign in to comment.