From eb5ffa74e1fbe13df3ea3aaf4925b32f7681cfd7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Dec 2022 17:09:06 +0000 Subject: [PATCH] fix: php/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBXML2-3059802 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2933515 --- php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/Dockerfile b/php/Dockerfile index 9bf0361..d64432a 100644 --- a/php/Dockerfile +++ b/php/Dockerfile @@ -4,7 +4,7 @@ ### for a complete list of Dockerfiles for each tag/variant of this image ### -FROM php:8.0.3-cli-buster +FROM php:8.2.0RC7-cli-buster # make Apt non-interactive RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90circleci \