We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbce150 commit bc52c92Copy full SHA for bc52c92
production.dockerfile
@@ -1,7 +1,7 @@
1
# https://hub.docker.com/_/node/tags?page=1&name=bookworm-slim <- look for vulnerabilities
2
# https://github.com/primer/octicons/blob/main/package.json
3
4
-FROM --platform=${TARGETPLATFORM} arm64v8/node:20.14.0-alpine3.20 AS build-stage
+FROM --platform=${TARGETPLATFORM} arm64v8/node:22.8.0-alpine3.20 AS build-stage
5
6
ARG TARGETPLATFORM TARGETOS TARGETARCH
7
ENV npm_config_cache=/usr/app/node_modules/.cache
0 commit comments