From 4efffa51bcfd5dc307958dcf20d3f5ba109fd937 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Nov 2022 21:23:50 +0000 Subject: [PATCH] fix: nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063712 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063712 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063713 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063713 - https://snyk.io/vuln/SNYK-ALPINE316-NGINX-3055742 --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 557a31b8..6fe097c7 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.22.0-alpine +FROM nginx:1.22.1-alpine RUN rm /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d \ No newline at end of file