From 2f7b2f4cc3fbfe1e904dd33f365f5d0ff3ff779c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Jul 2023 14:53:18 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-5788364 --- 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."