From 52424a645a505afe2ae6491ebcfff4f7e2f2e377 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Jun 2022 13:32:48 +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-CURL-2804941 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2804941 - https://snyk.io/vuln/SNYK-ALPINE314-LIBXML2-2814195 --- 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