From ea6ac4a52344222e3fb624cfec8b37effe9ac3d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Oct 2022 02:58:36 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063711 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063712 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3063713 - https://snyk.io/vuln/SNYK-ALPINE316-LIBXML2-3050523 - https://snyk.io/vuln/SNYK-ALPINE316-LIBXML2-3050527 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cde875f..3bf916e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1.12RC1-zts-alpine3.16 +FROM php:8.1.12-zts-alpine3.16 # Image information ARG VCS_REF