From 502432c8f33a4cd85863b71421b2b2cd5fd9435d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 8 Aug 2023 21:36:35 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5776808 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5788370 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-5821142 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d5e358387..800f74269 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.18.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