From a79ab5afe91c716f3d38868fa45c23a68869b6d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 May 2022 22:22:04 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2804937 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2804941 - https://snyk.io/vuln/SNYK-ALPINE314-LIBXML2-2814195 - https://snyk.io/vuln/SNYK-ALPINE314-XZ-2445108 - https://snyk.io/vuln/SNYK-ALPINE314-XZ-2445108 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 00354ef..4dab716 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1.4-fpm-alpine3.14 +FROM php:fpm-alpine3.14 # Setup ARG defaults ARG WORKDIR=/srv/app