From 31fb8b031b6e7fbc06f7d25e4a446104e22d3db1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 22:30:24 +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..7346e61d 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.20.3 LABEL maintainer="LitmusChaos"