1
Fork 0

Merge pull request 'chore(deps): update alpine docker tag to v3.22.0' (#235) from renovate/alpine-3.x into master

Reviewed-on: #235
This commit is contained in:
Lucas Schwiderski 2025-06-03 17:03:55 +02:00
commit 8cd4ee8db9
Signed by: Forgejo (git.sclu1034.dev)
GPG key ID: B1C9C29730D3D366

View file

@ -13,7 +13,7 @@ RUN --mount=type=cache,id=cargo-registry,target=/usr/local/cargo/registry \
# need to copy the binary to a persistent place.
cp target/release/gitea /app/gitea;
FROM alpine:3.21.3 AS final
FROM alpine:3.22.0 AS final
RUN apk add --no-cache ca-certificates;