Correction Dockerfile Correction CVE

main
stef 2025-12-11 21:37:22 +01:00
parent 8ffebf5585
commit 55acb0db7a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder
FROM golang:latest AS builder
WORKDIR /app
@ -18,4 +18,4 @@ COPY --from=builder /app/certs ./certs
EXPOSE 8080
CMD ["./main"]
CMD ["./main"]