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