From cf1daafeec0f3ef09a394e80e22c42b5ded7a356 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jun 2023 15:11:38 +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-3179541 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3320719 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3320719 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-5561317 - 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