From 45ac9e432266065e6cf664c6ece25e1eb84957f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Jul 2022 04:17:20 +0000 Subject: [PATCH] fix: images/5.5/alpine/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-CURL-2938013 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-2938013 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-2938014 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-2941806 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-2941806 --- images/5.5/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/5.5/alpine/Dockerfile b/images/5.5/alpine/Dockerfile index e44cb4a..38876e6 100644 --- a/images/5.5/alpine/Dockerfile +++ b/images/5.5/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:alpine +FROM nginx:1-alpine LABEL maintainer="Monogramm maintainers "