From eeb2ecd4883e51ef1a34f2d23869954dabc3bb59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 13:33:10 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20node=20Docker=20t?= =?UTF-8?q?ag=20to=20v18.20.0=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- base/Dockerfile | 2 +- base/build.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index d4292ae..b35ba85 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=node:18.19.1-alpine3.19 +ARG BUILD_FROM=node:18.20.0-alpine3.19 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/base/build.yaml b/base/build.yaml index cab836f..5563c91 100644 --- a/base/build.yaml +++ b/base/build.yaml @@ -1,7 +1,7 @@ --- build_from: - aarch64: node:18.19.1-alpine3.19 - amd64: node:18.19.1-alpine3.19 - armv7: node:18.19.1-alpine3.19 + aarch64: node:18.20.0-alpine3.19 + amd64: node:18.20.0-alpine3.19 + armv7: node:18.20.0-alpine3.19 codenotary: signer: codenotary@frenck.dev