gatling icon indicating copy to clipboard operation
gatling copied to clipboard

Added 3.4.1 version and parametrized gatling version on build

Open axelbergh opened this issue 4 years ago • 2 comments

Added on Dockerfile:

ARG gatling_version=3.4.1

# gatling version
ENV GATLING_VERSION=$gatling_version

to be able to override gatling version on docker build:

docker build --build-arg gatling_version=3.4.1 github.com/denvazh/gatling

See this post

axelbergh avatar Nov 05 '20 18:11 axelbergh

@denvazh could you take a few minutes to review this PR, please?

axelbergh avatar Nov 09 '20 18:11 axelbergh

Hi, did you try your new update dockerfile with newest Gatling ?

nptri avatar Feb 08 '24 09:02 nptri