fix tls
build and deploy / build (push) Failing after 45s
Details
build and deploy / build (push) Failing after 45s
Details
This commit is contained in:
parent
181cf6c07b
commit
9f4c5515c5
|
@ -7,5 +7,6 @@ COPY . /workdir
|
|||
RUN go build -ldflags='-s -w' -o app .
|
||||
|
||||
FROM debian:bookworm-slim
|
||||
RUN apt update && apt upgrade && apt install ca-certificates openssl
|
||||
COPY --from=build /workdir/app app
|
||||
ENTRYPOINT ["/app"]
|
Loading…
Reference in New Issue