From 8641c70e6d55c18e33d8db776724a256065d3187 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Nov 2024 01:08:27 +0000 Subject: [PATCH] fix: custom/hardened-alpine/experiment/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314643 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3368756 --- custom/hardened-alpine/experiment/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/hardened-alpine/experiment/Dockerfile b/custom/hardened-alpine/experiment/Dockerfile index 86deff2e..691835b7 100644 --- a/custom/hardened-alpine/experiment/Dockerfile +++ b/custom/hardened-alpine/experiment/Dockerfile @@ -1,7 +1,7 @@ # This Dockerfile contains the hardened alpine image with all the # litmus experiment dependencies installed. # It is also made non-root, sudo-enabled with default litmus directory. -FROM alpine:3.16.2 +FROM alpine:3.20.3 LABEL maintainer="LitmusChaos"