From 0ec8794672a55b00b4c74be34ab96ceb8b324c24 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 05:20:18 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-CURL-7558114 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-7558114 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-7558115 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-7558115 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 96f5d8d..847178d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,7 +4,7 @@ # PHPUnit 9 >= PHP 7.3 # PHPUnit 8 >= PHP 7.2 # PHPUnit 7 PHP 7.1 - PHP 7.3 -FROM php:8.1-cli-alpine +FROM php:8-cli-alpine ARG RELEASE_VERSION=latest