From e0cca7f9ea78266bed30d1bff8b4be0ee88dae26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 May 2022 21:35:56 +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..dd12206 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1.4-fpm-alpine3.14 +FROM php:8-fpm-alpine3.14 # Setup ARG defaults ARG WORKDIR=/srv/app