fix: Dockerfile to reduce vulnerabilities

This commit is contained in:
snyk-bot
2023-02-09 10:31:10 +00:00
committed by Steffen Vogel
parent 615bfd9347
commit 3e627b2f4a

View File

@@ -16,7 +16,7 @@ RUN go mod download
COPY . .
RUN make
FROM alpine:3.16
FROM alpine:3.17
COPY --from=builder /app/cunicu /