From e1c761f8f489aec33476f75334a01b6ce6309768 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Feb 2026 21:51:44 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2426334 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2426334 - https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754 - https://snyk.io/vuln/SNYK-ALPINE313-CURL-2938009 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 772af893..afc29633 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ EXPOSE ${WEB_PORT} CMD ["bash", "-c", "./start.sh"] # Stage-2 Production Environment -FROM nginx:1.19-alpine +FROM nginx:1.29.5-alpine ENV WEB_PORT=${WEB_PORT:-4000}