From 71e8c94300e7bc60436169d19f499a38f2251a2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Apr 2025 05:33:23 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-ZLIB-2976174 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3314646 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3314646 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2938017 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2938017 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6436cb1..e8e6a05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,5 @@ RUN apk add git && \ git clone https://github.com/sol-eng/demo-landing-site /tmp/demo-landing-site && \ rm -rf /tmp/demo-landing-site/.git -FROM nginx:1.21.4-alpine +FROM nginx:1.26.3-alpine COPY --from=0 /tmp/demo-landing-site/ /usr/share/nginx/html