From 0497067db59df0746837f72c51f91aa9bd0925cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jun 2023 23:59:36 +0000 Subject: [PATCH] fix: docker/nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3320719 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3320719 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-5561314 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-5561314 - https://snyk.io/vuln/SNYK-ALPINE316-NCURSES-5606597 --- docker/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile index fe4fd57..cf415e6 100644 --- a/docker/nginx/Dockerfile +++ b/docker/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.23.2-alpine +FROM nginx:1.25.1-alpine # get npm RUN apk --no-cache add nodejs npm