From c36e3661ee5bcfacb2a44784bad8d5fd6870bda8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:58:41 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Alpine=20base=20i?= =?UTF-8?q?mage=20to=20v3.19.0=20(#272)?= 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> Co-authored-by: Franck Nijhof --- .github/renovate.json | 2 +- base/Dockerfile | 20 ++++++++++---------- base/build.yaml | 10 +++++----- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9918705..afbc87f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -52,7 +52,7 @@ ], "versioningTemplate": "loose", "datasourceTemplate": "repology", - "depNameTemplate": "alpine_3_18/{{package}}" + "depNameTemplate": "alpine_3_19/{{package}}" } ], "packageRules": [ diff --git a/base/Dockerfile b/base/Dockerfile index f8d7f5a..d6b3dc5 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=alpine:3.18.5 +ARG BUILD_FROM=alpine:3.19.0 # hadolint ignore=DL3006 FROM ${BUILD_FROM} @@ -32,19 +32,19 @@ RUN \ set -o pipefail \ \ && apk add --no-cache --virtual .build-dependencies \ - tar=1.34-r3 \ - xz=5.4.3-r0 \ + tar=1.35-r2 \ + xz=5.4.5-r0 \ \ && apk add --no-cache \ - libcrypto3=3.1.4-r1 \ - libssl3=3.1.4-r1 \ - musl-utils=1.2.4-r2 \ - musl=1.2.4-r2 \ + libcrypto3=3.1.4-r2 \ + libssl3=3.1.4-r2 \ + musl-utils=1.2.4_git20230717-r4 \ + musl=1.2.4_git20230717-r4 \ \ && apk add --no-cache \ - bash=5.2.15-r5 \ - curl=8.4.0-r0 \ - jq=1.6-r3 \ + bash=5.2.21-r0 \ + curl=8.5.0-r0 \ + jq=1.7-r2 \ tzdata=2023c-r1 \ \ && S6_ARCH="${BUILD_ARCH}" \ diff --git a/base/build.yaml b/base/build.yaml index b30acdc..e7acb97 100644 --- a/base/build.yaml +++ b/base/build.yaml @@ -1,9 +1,9 @@ --- build_from: - aarch64: arm64v8/alpine:3.18.5 - amd64: amd64/alpine:3.18.5 - armhf: arm32v6/alpine:3.18.5 - armv7: arm32v7/alpine:3.18.5 - i386: i386/alpine:3.18.5 + aarch64: arm64v8/alpine:3.19.0 + amd64: amd64/alpine:3.19.0 + armhf: arm32v6/alpine:3.19.0 + armv7: arm32v7/alpine:3.19.0 + i386: i386/alpine:3.19.0 codenotary: signer: codenotary@frenck.dev