From 0e84dfd7e534245541bf4d4efec28199243b686c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Nov 2022 17:36:19 +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-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2933515 - https://snyk.io/vuln/SNYK-DEBIAN10-XZUTILS-2444279 --- php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/Dockerfile b/php/Dockerfile index 9bf0361..270040c 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.0RC6-cli-buster # make Apt non-interactive RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90circleci \