1
Fork 0

chore(deps): update alpine docker tag to v3.22.0 #235

Merged
lucas merged 1 commit from renovate/alpine-3.x into master 2025-06-03 17:03:56 +02:00
Showing only changes of commit c35ef75c7d - Show all commits

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. # need to copy the binary to a persistent place.
cp target/release/gitea /app/gitea; 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; RUN apk add --no-cache ca-certificates;