From d33e8d84eba4492cf07d12756b12b2db006cca72 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Jul 2024 05:40:03 +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..d353404d 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.19.3 LABEL maintainer="LitmusChaos"