From d2982ab462c0f92b4d5e5cb420e12d7d66477c46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Jan 2023 21:39:14 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3179541 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3179541 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3179542 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3179542 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f7cc5eb..0884827 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN composer install \ # end Stage 1 # -FROM php:8.0-fpm-alpine as phpserver +FROM php:8.1-fpm-alpine as phpserver # add cli tools RUN apk update \