From b25d5ebaa62cfb422b82e87b70a186d39fe6ed4f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Dec 2024 06:36:58 +0000 Subject: [PATCH] fix: docker/php/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-CURL-7838598 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-7838598 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-8348469 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-8348469 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 --- docker/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/php/Dockerfile b/docker/php/Dockerfile index 6333693..59b6301 100644 --- a/docker/php/Dockerfile +++ b/docker/php/Dockerfile @@ -1,5 +1,5 @@ # https://hub.docker.com/_/php?tab=tags -FROM php:8.2.22-cli-alpine +FROM php:8.4.2RC1-cli-alpine RUN apk add postgresql-dev RUN docker-php-ext-install pdo_pgsql