From e3302ef768651ce2b06a947f58961dd96cf882c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Mar 2023 05:00:08 +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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47314c4..149c7dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine +FROM alpine:3.17.3 RUN apk add --no-cache openssl bash && \ rm -rf /var/cache/apk/*