⬆️ Update Alpine base image to v3.21.0 (#310)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
renovate[bot] 2024-12-06 21:34:54 +01:00 committed by GitHub
parent eef6a5c944
commit 403c93672d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 14 deletions

View file

@ -57,7 +57,7 @@
], ],
"versioningTemplate": "loose", "versioningTemplate": "loose",
"datasourceTemplate": "repology", "datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_20/{{package}}" "depNameTemplate": "alpine_3_21/{{package}}"
} }
], ],
"packageRules": [ "packageRules": [

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=alpine:3.20.3 ARG BUILD_FROM=alpine:3.21.0
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -34,19 +34,19 @@ RUN \
\ \
&& apk add --no-cache --virtual .build-dependencies \ && apk add --no-cache --virtual .build-dependencies \
tar=1.35-r2 \ tar=1.35-r2 \
xz=5.6.2-r0 \ xz=5.6.3-r0 \
\ \
&& apk add --no-cache \ && apk add --no-cache \
libcrypto3=3.3.2-r1 \ libcrypto3=3.3.2-r4 \
libssl3=3.3.2-r1 \ libssl3=3.3.2-r4 \
musl-utils=1.2.5-r0 \ musl-utils=1.2.5-r8 \
musl=1.2.5-r0 \ musl=1.2.5-r8 \
\ \
&& apk add --no-cache \ && apk add --no-cache \
bash=5.2.26-r0 \ bash=5.2.37-r0 \
curl=8.11.0-r2 \ curl=8.11.0-r2 \
jq=1.7.1-r0 \ jq=1.7.1-r0 \
tzdata=2024b-r0 \ tzdata=2024b-r1 \
\ \
&& S6_ARCH="${BUILD_ARCH}" \ && S6_ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \ && if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \

View file

@ -1,9 +1,9 @@
--- ---
build_from: build_from:
aarch64: arm64v8/alpine:3.20.3 aarch64: arm64v8/alpine:3.21.0
amd64: amd64/alpine:3.20.3 amd64: amd64/alpine:3.21.0
armhf: arm32v6/alpine:3.20.3 armhf: arm32v6/alpine:3.21.0
armv7: arm32v7/alpine:3.20.3 armv7: arm32v7/alpine:3.21.0
i386: i386/alpine:3.20.3 i386: i386/alpine:3.21.0
codenotary: codenotary:
signer: codenotary@frenck.dev signer: codenotary@frenck.dev