Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21
Browse files Browse the repository at this point in the history
| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | alpine  | 3.20 | 3.21 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 2d7ccc2 commit 285630d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN xx-apt install -y xx-cxx-essentials zlib1g-dev libcurl4-openssl-dev libc-are


### Build base image for alpine
FROM --platform=$BUILDPLATFORM alpine:3.20 AS build-base-alpine
FROM --platform=$BUILDPLATFORM alpine:3.21 AS build-base-alpine

RUN apk add --no-cache \
alpine-sdk \
Expand Down

0 comments on commit 285630d

Please sign in to comment.