1
Fork 0

chore(deps): update alpine docker tag to v3.20.3

This commit is contained in:
Renovate (Bot) 2024-09-06 22:30:10 +00:00
parent b26db42f27
commit aedc4c1cd5
Signed by: renovate-bot
GPG key ID: 0E059908592C1674

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.20.2 AS final
FROM alpine:3.20.3 AS final
RUN apk add --no-cache ca-certificates;