Correction Dockerfile Correction CVE
parent
8ffebf5585
commit
55acb0db7a
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.21-alpine AS builder
|
FROM golang:latest AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
@ -18,4 +18,4 @@ COPY --from=builder /app/certs ./certs
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
CMD ["./main"]
|
CMD ["./main"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue