From 4f5efc4ae8f78ff84cab5a6e86eb93728f0c4648 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 22:35:47 +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-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-3314641 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314643 --- 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 92a1a4de..4876cc19 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.2 +FROM alpine:3.16.9 LABEL maintainer="LitmusChaos"