From 3164414a3d4f9105cc804c0094dfe69ada0da654 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Mar 2024 17:20:38 +0000 Subject: [PATCH] fix: deployments/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6446356 --- deployments/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/Dockerfile b/deployments/Dockerfile index 9ded20d..1522def 100644 --- a/deployments/Dockerfile +++ b/deployments/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:alpine +FROM nginx:1.25.4-alpine3.18 COPY nginx.conf /etc/nginx/nginx.conf \ No newline at end of file