From 59ce6972cd2a0e0be76d5466370fe1f656127289 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Jul 2022 19:18:52 +0000 Subject: [PATCH] fix: examples/misconf/custom-policy/dockerfile/configs/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2941811 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2941811 --- examples/misconf/custom-policy/dockerfile/configs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/misconf/custom-policy/dockerfile/configs/Dockerfile b/examples/misconf/custom-policy/dockerfile/configs/Dockerfile index aed976af2f92..c48f4bb08e28 100644 --- a/examples/misconf/custom-policy/dockerfile/configs/Dockerfile +++ b/examples/misconf/custom-policy/dockerfile/configs/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 +FROM alpine:3.15 ADD http://example.com/big.tar.xz /usr/src/things/ RUN tar -xJf /usr/src/things/big.tar.xz -C /usr/src/things