From d6239b4dea449c31714e75163dd258f07ef27e23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 06:31:43 +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-CURL-1585256 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 68fd6d9..f671016 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Set defaults -ARG BASE_IMAGE="php:7.2-alpine" +ARG BASE_IMAGE=php:7.4.32-alpine ARG PACKAGIST_NAME="vimeo/psalm" ARG PHPQA_NAME="psalm" ARG VERSION="3.4.2"