From ed50d7f311cb3c90a064087dc1486a5d2a25137c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Jan 2024 03:02:11 +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-OPENSSL-3314622 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753 - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 --- 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..ce3a1702 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.18.6 ARG JMETER_VERSION="5.4.2"