This commit is contained in:
+1
-1
@@ -7,6 +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
|
||||
RUN apt update -y && apt upgrade -y && apt install ca-certificates openssl -y
|
||||
COPY --from=build /workdir/app app
|
||||
ENTRYPOINT ["/app"]
|
||||
Reference in New Issue
Block a user