From 02c17e43c0cc7283c83ca76c82832526ff56a413 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 19:59:01 +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..4b7d57f 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.9 as builder COPY bin/install-wp-tests.sh /install-wp-tests.sh COPY bin/generate-plugin-zip.sh /generate-plugin-zip.sh