From 914eeecc400282c12dfca7d0a24980b74efceb20 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 04:34:03 +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-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 2c8f7ae..d8e0532 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:alpine +FROM nginx:1.27.2-alpine3.20 COPY default.conf /etc/nginx/conf.d/default.conf # CMD is not needed since default nginx command will be used to start the server