Correction Dockerfile Correction CVE

This commit is contained in:
stef
2025-12-11 21:37:22 +01:00
parent 8ffebf5585
commit 55acb0db7a

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"]