From 60b56ecf96386f7b88a34b6b76fd89d9fe7cd1c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Jun 2022 12:48:08 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2804934 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2804934 - 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