From f7454bfccef4815a4420a6d9f0f12a0d9c4ac9fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Feb 2024 06:11:39 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIB20-5670987 - https://snyk.io/vuln/SNYK-DEBIAN11-PERL-6085272 - https://snyk.io/vuln/SNYK-DEBIAN11-PERL-6085272 - https://snyk.io/vuln/SNYK-DEBIAN11-PERL-6085272 - https://snyk.io/vuln/SNYK-DEBIAN11-PERL-6085272 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c2c50e9..4b6c2e41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3.1-apache-bullseye +FROM php:8.3.3RC1-apache-bullseye COPY . /var/www/html