From f82dea0ecb6d2ca5543e77cfcf438ed4a238783d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Feb 2025 05:18:23 +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..fd033d877bca 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.19.6 RUN apk add bash