From f54c61cc1b8aa3411c84b231063e5438150134ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Mar 2023 03:55:28 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3368755 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3368755 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5291795 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5291795 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d5e358387..525973707 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . RUN BUILD_FLAGS="CGO_ENABLED=0 GOOS=linux" make build-powd RUN BUILD_FLAGS="CGO_ENABLED=0 GOOS=linux" make build-pow -FROM alpine +FROM alpine:3.17.3 COPY --from=builder /app/iplocation/maxmind/GeoLite2-City.mmdb /app/GeoLite2-City.mmdb COPY --from=builder /app/powd /app/powd COPY --from=builder /app/pow /app/pow