1
Fork 0

Compare commits

..

No commits in common. "2b46ffc8866786a26cca52ef0cd4a4d016189fe1" and "b26db42f2794eb32129e8c90f0b585f9aed7b366" 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.20.3 AS final FROM alpine:3.20.2 AS final
RUN apk add --no-cache ca-certificates; RUN apk add --no-cache ca-certificates;