From 5a03bddeae82a193bc10933fa1c23e43feb156e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:27:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20node=20Docker=20t?= =?UTF-8?q?ag=20to=20v21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/Dockerfile | 2 +- base/build.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index bc6e1d1..9d5c88f 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=node:18.19.0-alpine3.19 +ARG BUILD_FROM=node:21.6.1-alpine3.19 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/base/build.yaml b/base/build.yaml index 1a53b18..d0a460b 100644 --- a/base/build.yaml +++ b/base/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: node:18.19.0-alpine3.19 - amd64: node:18.19.0-alpine3.19 - armv7: node:18.19.0-alpine3.19 + aarch64: node:21.6.1-alpine3.19 + amd64: node:21.6.1-alpine3.19 + armv7: node:21.6.1-alpine3.19 codenotary: signer: codenotary@frenck.dev