From 0d8d4a7306e828defefcadb18fa94594d656f239 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Dec 2024 06:54:44 +0000 Subject: [PATCH] fix: custom/hardened-alpine/infra/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 --- custom/hardened-alpine/infra/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/hardened-alpine/infra/Dockerfile b/custom/hardened-alpine/infra/Dockerfile index 4876cc19..f0a82c5d 100644 --- a/custom/hardened-alpine/infra/Dockerfile +++ b/custom/hardened-alpine/infra/Dockerfile @@ -1,6 +1,6 @@ # This Dockerfile contains the hardened alpine image that can be used in litmus components. # It is also made non-root with default litmus directory. -FROM alpine:3.16.9 +FROM alpine:3.21.0 LABEL maintainer="LitmusChaos"