From 572882e216a6e7124d8f63ebdbe970939df17bce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 09:53:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20node=20Docker=20t?= =?UTF-8?q?ag=20to=20v18.20.4?= 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 3268790..ac28286 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=node:18.20.3-alpine3.19 +ARG BUILD_FROM=node:18.20.4-alpine3.19 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/base/build.yaml b/base/build.yaml index ecde201..83a7a5f 100644 --- a/base/build.yaml +++ b/base/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: node:18.20.3-alpine3.19 - amd64: node:18.20.3-alpine3.19 - armv7: node:18.20.3-alpine3.19 + aarch64: node:18.20.4-alpine3.19 + amd64: node:18.20.4-alpine3.19 + armv7: node:18.20.4-alpine3.19 codenotary: signer: codenotary@frenck.dev