From f875f4c19789f10eb5bd69e59e4ea9cacc6f2167 Mon Sep 17 00:00:00 2001 From: Melanie Knotter Date: Wed, 10 Jan 2024 11:59:01 +0100 Subject: [PATCH] chore: bump JMeter version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 500c0c7..f53b419 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL Author="NaveenKumar Namachivayam" LABEL Website="https://qainsights.com" LABEL Description="Apache JMeter Dockerfile for GitHub Actions with JMeter Plugins" -ENV JMETER_VERSION "5.6.2" +ENV JMETER_VERSION "5.6.3" ENV JMETER_HOME "/opt/apache/apache-jmeter-${JMETER_VERSION}" ENV JMETER_BIN "${JMETER_HOME}/bin" ENV PATH "$PATH:$JMETER_BIN"