Skip to content

Commit

Permalink
docker:(deps): bump arm64v8/node
Browse files Browse the repository at this point in the history
Bumps arm64v8/node from 20.14.0-alpine3.20 to 22.9.0-alpine3.20.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 18, 2024
1 parent dbce150 commit 26ec031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://hub.docker.com/_/node/tags?page=1&name=bookworm-slim <- look for vulnerabilities
# https://github.com/primer/octicons/blob/main/package.json

FROM --platform=${TARGETPLATFORM} arm64v8/node:20.14.0-alpine3.20 AS build-stage
FROM --platform=${TARGETPLATFORM} arm64v8/node:22.9.0-alpine3.20 AS build-stage

ARG TARGETPLATFORM TARGETOS TARGETARCH
ENV npm_config_cache=/usr/app/node_modules/.cache
Expand Down

0 comments on commit 26ec031

Please sign in to comment.