1
Fork 0

Compare commits

..

No commits in common. "0639614dc62f7d35adfd7f45b70c55769c4b0597" and "d5d01b211a76382542dd4487632318f3914f04da" have entirely different histories.

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