From 957fecde5453cca047ec5568a4b744f4f19a4893 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:26:51 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20node=20Docker=20t?= =?UTF-8?q?ag=20to=20v18.19.1=20(#10)?= 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 b4d733c..d4292ae 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=node:18.19.0-alpine3.19 +ARG BUILD_FROM=node:18.19.1-alpine3.19 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/base/build.yaml b/base/build.yaml index 1a53b18..cab836f 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:18.19.1-alpine3.19 + amd64: node:18.19.1-alpine3.19 + armv7: node:18.19.1-alpine3.19 codenotary: signer: codenotary@frenck.dev