From a6b45144f535723e4b7a3c8e653b351305e1a32f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Nov 2022 02:06:16 +0000 Subject: [PATCH] fix: examples/misconf/go-testing/configs/Dockerfile.allowed to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-ZLIB-2977081 --- examples/misconf/go-testing/configs/Dockerfile.allowed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/misconf/go-testing/configs/Dockerfile.allowed b/examples/misconf/go-testing/configs/Dockerfile.allowed index 3d19f3121c4f..855a5b5c330d 100644 --- a/examples/misconf/go-testing/configs/Dockerfile.allowed +++ b/examples/misconf/go-testing/configs/Dockerfile.allowed @@ -1,4 +1,4 @@ -FROM alpine:3.11 +FROM alpine:3.15 RUN apk add bash