From 49991e5d85217fb69ade6185aee44bd9e0f2437a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Aug 2025 23:53:20 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE39-FREETYPE-1019627 - https://snyk.io/vuln/SNYK-ALPINE39-BZIP2-452847 - https://snyk.io/vuln/SNYK-ALPINE39-MUSL-458529 - https://snyk.io/vuln/SNYK-ALPINE39-MUSL-458529 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089232 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0c5ce7..6ab7a06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ ENV REACT_APP_COMMIT=$REACT_APP_COMMIT RUN yarn build # Second part, create a config at boostrap via entrypoint and and serve it -FROM nginx:1.16.0-alpine +FROM nginx:1.29.1-alpine # Create user with uid 1001. Mojaloop helm templates default to uid 1001 for # running containers as non-root for better security