From f165a1a837a1db4f63855e437ea41ce13dc0fbb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 04:35:23 +0000 Subject: [PATCH] docker: bump library/node from 18-alpine3.18 to 20-alpine3.18 Bumps library/node from 18-alpine3.18 to 20-alpine3.18. --- updated-dependencies: - dependency-name: library/node dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index baf137fcc..939c965a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit. # Represents the plataform where the build is happening, do not mix with # TARGETARCH -FROM --platform=${BUILDPLATFORM} docker.io/library/node:18-alpine3.18@sha256:a315556d82ef54561e54fca7d8ee333382de183d4e56841dcefcd05b55310f46 as stage1 +FROM --platform=${BUILDPLATFORM} docker.io/library/node:20-alpine3.18@sha256:a369136b6f7640f85acf300ce9d6498d8161972b855a72bbc79273150d4dd0c7 as stage1 RUN apk add bash WORKDIR /app