chore(deps): update docker.io/alpine docker tag to v3.23 (#5830)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-06 06:39:18 +01:00
committed by GitHub
parent 676514427b
commit b872171e12
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
make build-agent
FROM docker.io/alpine:3.22
FROM docker.io/alpine:3.23
RUN apk add -U --no-cache ca-certificates && \
adduser -u 1000 -g 1000 woodpecker -D && \