Skip to content

Commit 5085a5b

Browse files
Update alpine Docker tag to v3.22
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.21 | 3.22 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ac77f3 commit 5085a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN xx-apt install -y xx-cxx-essentials zlib1g-dev libcurl4-openssl-dev libc-are
3535

3636

3737
### Build base image for alpine
38-
FROM --platform=$BUILDPLATFORM alpine:3.21 AS build-base-alpine
38+
FROM --platform=$BUILDPLATFORM alpine:3.22 AS build-base-alpine
3939

4040
RUN apk add --no-cache \
4141
alpine-sdk \

0 commit comments

Comments
 (0)