From 6460539e07cedb9bbba57dcda81ddd1e50a09545 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Dec 2023 15:15:09 +0000 Subject: [PATCH] fix: deployments/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721 --- 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