From fcdf33aaa6ee9882174e6c7ccd8d4c23e984bf23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Nov 2024 05:15:55 +0000 Subject: [PATCH] fix: openshift/s2i/nginx-runtime/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6095780 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6148880 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6191691 --- openshift/s2i/nginx-runtime/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/s2i/nginx-runtime/Dockerfile b/openshift/s2i/nginx-runtime/Dockerfile index e1d71ee7b..6ce0a9fc6 100644 --- a/openshift/s2i/nginx-runtime/Dockerfile +++ b/openshift/s2i/nginx-runtime/Dockerfile @@ -1,5 +1,5 @@ # Use the offical nginx (based on debian) -FROM nginx:1-alpine3.17-slim +FROM nginx:1.24.0-alpine3.17-slim ENV STI_SCRIPTS_PATH=/usr/libexec/s2i