From 530273b90e85a78b1ceaf25a43a7b435b5afffaf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Jun 2023 00:17:08 +0000 Subject: [PATCH] fix: images/php-fpm/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-CURL-5561314 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-5561314 - https://snyk.io/vuln/SNYK-ALPINE316-NCURSES-5606597 - https://snyk.io/vuln/SNYK-ALPINE316-NCURSES-5606597 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-5661567 --- images/php-fpm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/php-fpm/Dockerfile b/images/php-fpm/Dockerfile index 1c58af8..981a8b7 100644 --- a/images/php-fpm/Dockerfile +++ b/images/php-fpm/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.0-fpm-alpine +FROM php:8.1.18-fpm-alpine RUN apk add --update --no-cache $PHPIZE_DEPS\ # for intl extension