From 29f1f1cfea69a55ace23617b78c71c8b7242ce5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2024 04:31:19 +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-CURL-7931858 --- docker/php/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/php/Dockerfile b/docker/php/Dockerfile index a1d3906..9fdcd6b 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.0RC4-cli-alpine RUN apk add postgresql-dev RUN docker-php-ext-install pdo_pgsql