From ef50e6eaec339b84e11fd295464cac94bdf929d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Dec 2023 18:30:53 +0000 Subject: [PATCH] fix: deployments/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-LIBX11-6042396 - https://snyk.io/vuln/SNYK-ALPINE318-LIBX11-6042397 - https://snyk.io/vuln/SNYK-ALPINE318-LIBX11-6042398 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795 --- deployments/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/Dockerfile b/deployments/Dockerfile index 9ded20d..4e172b2 100644 --- a/deployments/Dockerfile +++ b/deployments/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:alpine +FROM nginx:1.25.3-alpine3.18 COPY nginx.conf /etc/nginx/nginx.conf \ No newline at end of file