From ae42bf60a089d8346a449066935163ced80a4076 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Aug 2021 01:13:03 +0000 Subject: [PATCH] fix: docker/nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533447 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533452 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533458 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533461 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533461 --- docker/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile index 82c0dca..e42ea12 100644 --- a/docker/nginx/Dockerfile +++ b/docker/nginx/Dockerfile @@ -2,7 +2,7 @@ # Installation base container ####################################################################### -FROM nginx:alpine AS base +FROM nginx:1.21-alpine AS base COPY ./docker/nginx/nginx.conf /etc/nginx/conf.d/default.conf