From a51bc8bd3d3c871e4af2c6e81324524d80d72c1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jun 2023 14:56:33 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5661569 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4c6700..0124a30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # docker build -t simplesamlphp . -FROM alpine:3.15 +FROM alpine:3 LABEL maintainer="filip@chy.la" LABEL description="SimpleSAMLphp application on Alpine based image with apache2 and php7."