From 87849c073e6d91be62896623412ce6f4a10e16ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Nov 2022 17:11:52 +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-2426310 - 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..e8a9a8c 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.0RC5-cli-buster # make Apt non-interactive RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90circleci \