Compare commits
No commits in common. "ebe7f743b0a7ebaf08f8d45eca1ce0b2b0d32b1c" and "33bf0f50ae2598b395f59687a7bc51f655dea3b7" have entirely different histories.
ebe7f743b0
...
33bf0f50ae
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ ARG FRP_VERSION
|
|||
ADD https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz /frp.tar.gz
|
||||
|
||||
|
||||
FROM alpine:3.21
|
||||
FROM alpine:3.20
|
||||
|
||||
ARG FRP_VERSION
|
||||
|
||||
|
|
|
@ -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.0 AS final
|
||||
FROM alpine:3.20.3 AS final
|
||||
|
||||
RUN apk add --no-cache ca-certificates;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue