From d814aa4cd31e3700ac309b8c96fbf3c7d19a83cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Apr 2023 16:05:08 +0000 Subject: fix: 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-OPENSSL-3368756 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3368756 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 1ffa6b9..affe549 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.23.2-alpine +FROM nginx:1.24-alpine ARG VERSION=0.0.0 ENV VERSION=${VERSION} -- cgit v1.2.3 From 1c41345a1b745b5ebe7cdf69968435e8521743c7 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Fri, 14 Apr 2023 20:47:00 +0200 Subject: chore: nginx 1.24.0 & cgit 1.2.3-r3 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index affe549..20f736f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM nginx:1.24-alpine +FROM nginx:1.24.0-alpine3.17 ARG VERSION=0.0.0 ENV VERSION=${VERSION} # CGit -ARG CGIT_VERSION=1.2.3-r2 +ARG CGIT_VERSION=1.2.3-r3 ENV CGIT_VERSION=${CGIT_VERSION} # CGit default options -- cgit v1.2.3