Skip to content

Commit

Permalink
Update to gatling-3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jecklgamis committed Jun 21, 2023
1 parent 8d45491 commit 316f8fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EXPOSE 8443
RUN mkdir -p /app/bin
RUN mkdir -p /app/configs

ARG GATLING_VERSION=3.7.3
ARG GATLING_VERSION=3.9.5
ENV GATLING_BUNDLE="gatling-charts-highcharts-bundle-${GATLING_VERSION}"
ENV GATLING_BUNDLE_ZIP="${GATLING_BUNDLE}-bundle.zip"
ENV GATLING_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/${GATLING_VERSION}/${GATLING_BUNDLE_ZIP}
Expand Down
2 changes: 1 addition & 1 deletion configs/config-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ server:
keyFile: server.key
certFile: server.crt

gatlingDir: gatling-charts-highcharts-bundle-3.7.3
gatlingDir: gatling-charts-highcharts-bundle-3.9.5
workspaceDir: workspace
uploadDir: uploads

Expand Down
2 changes: 1 addition & 1 deletion scripts/download-gatling-distribution.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
GATLING_VERSION=3.7.3
GATLING_VERSION=3.9.5

DOWNLOAD_URL=https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-bundle/${GATLING_VERSION}
DIST_NAME="gatling-charts-highcharts-bundle-${GATLING_VERSION}"
Expand Down

0 comments on commit 316f8fc

Please sign in to comment.