From 45c711d59a8785ab7c3ca9d9d0619dd79ad73059 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 09:23:23 +0000 Subject: [PATCH] fix: Common/Frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413523 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7413527 --- Common/Frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Frontend/Dockerfile b/Common/Frontend/Dockerfile index 9a6f1de8c..589f97de4 100644 --- a/Common/Frontend/Dockerfile +++ b/Common/Frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.2 +FROM alpine:3.19.4 ENV TIMEZONE Europe/Berlin ENV PHP_MEMORY_LIMIT 512M