From ed4dfa719d13712ed7c9a49a5c6d8428fb88a570 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Nov 2022 19:58:23 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063711 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063712 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063712 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063713 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063713 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index baa96bf..adb7b44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # krustowski -FROM nginx:stable-alpine +FROM nginx:1.22.1-alpine #