From fef8994abb1bfe3aeb3711358f8df2a01e9dcf42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2024 00:20:35 +0000 Subject: [PATCH] fix: custom/workflow-helper/postgres-helper/jmeter/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-LIBRETLS-2428776 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 --- custom/workflow-helper/postgres-helper/jmeter/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/workflow-helper/postgres-helper/jmeter/Dockerfile b/custom/workflow-helper/postgres-helper/jmeter/Dockerfile index 5a099ca3..abe916b8 100644 --- a/custom/workflow-helper/postgres-helper/jmeter/Dockerfile +++ b/custom/workflow-helper/postgres-helper/jmeter/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15.0 +FROM alpine:3.20.3 ARG JMETER_VERSION="5.4.2"