From 6fe3ec7e2664655dea1cae72f832d412dac830c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 May 2023 01:53:02 +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-5422116 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-5422116 --- docker/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile index fe4fd57..73a608b 100644 --- a/docker/nginx/Dockerfile +++ b/docker/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.23.2-alpine +FROM nginx:1.24-alpine # get npm RUN apk --no-cache add nodejs npm