Skip to content

Commit

Permalink
Updated to JMeter 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
QAInsights committed Dec 7, 2020
1 parent 536e189 commit 2c22274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ LABEL Author="NaveenKumar Namachivayam"
LABEL Website="https://qainsights.com"
LABEL Description="Apache JMeter Dockerfile for GitHub Actions with JMeter Plugins"

ENV JMETER_VERSION "5.3"
ENV JMETER_VERSION "5.4"
ENV JMETER_HOME "/opt/apache/apache-jmeter-${JMETER_VERSION}"
ENV JMETER_BIN "${JMETER_HOME}/bin"
ENV PATH "$PATH:$JMETER_BIN"
ENV JMETER_CMD_RUNNER_VERSION "2.2"
ENV JMETER_PLUGIN_MANAGER_VERSION "1.4"
ENV JMETER_PLUGIN_MANAGER_VERSION "1.6"

COPY entrypoint.sh /entrypoint.sh
COPY jmeter-plugin-install.sh /jmeter-plugin-install.sh
Expand Down

0 comments on commit 2c22274

Please sign in to comment.