From 64a7ba42fa1f0fca179462a96fe68ecbca63a6c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 05:57:28 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-CURL-8348469 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-8348469 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-7931858 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index baa96bf..fe1f1c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # krustowski -FROM nginx:stable-alpine +FROM nginx:1.27.2-alpine3.20 #