From df298554ac183c0fc033709a80a7514e16f85d8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Mar 2023 20:35:41 +0000 Subject: [PATCH] fix: Dockerfile.test to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2977082 --- Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.test b/Dockerfile.test index 91eef0d..0f7bf70 100644 --- a/Dockerfile.test +++ b/Dockerfile.test @@ -1,6 +1,6 @@ FROM composer:1.10 as builder-composer -FROM alpine:3.12 as builder +FROM alpine:3.16 as builder COPY bin/install-wp-tests.sh /install-wp-tests.sh COPY bin/generate-plugin-zip.sh /generate-plugin-zip.sh