Change container base image to hopefully fix DNS resolving
All checks were successful
Build / build (push) Successful in 1m56s
All checks were successful
Build / build (push) Successful in 1m56s
This commit is contained in:
parent
cd0c4487c6
commit
d4ef51a437
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN CADDY_PATH=/caddy cargo build --release
|
|||
FROM docker.io/caddy:builder-alpine AS caddy-builder
|
||||
RUN xcaddy build
|
||||
|
||||
FROM gcr.io/distroless/static-debian12
|
||||
FROM docker.io/alpine:latest
|
||||
COPY --from=app-builder /app/target/release/sscdc /
|
||||
COPY --from=caddy-builder /usr/bin/caddy /caddy
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue