From 970905872689d80c575cc875476d4671eea0cfdf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Nov 2024 05:20:15 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-APKTOOLS-1533753 - https://snyk.io/vuln/SNYK-ALPINE312-CURL-1585256 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2977082 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 68fd6d9..41af564 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Set defaults -ARG BASE_IMAGE="php:7.2-alpine" +ARG BASE_IMAGE=php:7.4.33-alpine ARG PACKAGIST_NAME="vimeo/psalm" ARG PHPQA_NAME="psalm" ARG VERSION="3.4.2"