From 26ec03172fb3816083fdcf33d47db563be765c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:24:21 +0000 Subject: [PATCH] docker:(deps): bump arm64v8/node 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] --- production.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.dockerfile b/production.dockerfile index d64845c..507ca9e 100644 --- a/production.dockerfile +++ b/production.dockerfile @@ -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