Compare commits
2 commits
d5d01b211a
...
0639614dc6
Author | SHA1 | Date | |
---|---|---|---|
0639614dc6 | |||
b731cbe9d9 |
1 changed files with 1 additions and 1 deletions
|
@ -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.0 AS final
|
FROM alpine:3.21.2 AS final
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates;
|
RUN apk add --no-cache ca-certificates;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue