Skip to content

Commit ff5f805

Browse files
renovate[bot]claudefrenck
authored
⬆️ Update Alpine base image to v3.24.0 (#391)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent 0e00d57 commit ff5f805

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
],
5959
"versioningTemplate": "loose",
6060
"datasourceTemplate": "repology",
61-
"depNameTemplate": "alpine_3_23/{{package}}"
61+
"depNameTemplate": "alpine_3_24/{{package}}"
6262
}
6363
],
6464
"packageRules": [

base/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_FROM=alpine:3.23.4
1+
ARG BUILD_FROM=alpine:3.24.0
22
# hadolint ignore=DL3006
33
FROM ${BUILD_FROM}
44

@@ -33,18 +33,18 @@ RUN \
3333
set -o pipefail \
3434
\
3535
&& apk add --no-cache --virtual .build-dependencies \
36-
tar=1.35-r4 \
36+
tar=1.35-r5 \
3737
xz=5.8.3-r0 \
3838
\
3939
&& apk add --no-cache \
40-
libcrypto3=3.5.6-r0 \
41-
libssl3=3.5.6-r0 \
42-
musl-utils=1.2.5-r23 \
43-
musl=1.2.5-r23 \
40+
libcrypto3=3.5.7-r0 \
41+
libssl3=3.5.7-r0 \
42+
musl-utils=1.2.6-r2 \
43+
musl=1.2.6-r2 \
4444
\
4545
&& apk add --no-cache \
46-
bash=5.3.3-r1 \
47-
curl=8.19.0-r0 \
46+
bash=5.3.9-r1 \
47+
curl=8.20.0-r1 \
4848
jq=1.8.1-r0 \
4949
tzdata=2026b-r0 \
5050
\

base/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
build_from:
3-
aarch64: arm64v8/alpine:3.23.4
4-
amd64: amd64/alpine:3.23.4
3+
aarch64: arm64v8/alpine:3.24.0
4+
amd64: amd64/alpine:3.24.0

0 commit comments

Comments
 (0)