Skip to content

Commit eb19a5c

Browse files
committed
updates jmeter ref to 5.3 on README; updates jmeter to 5.3 on run.sh as well
1 parent d322151 commit eb19a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Contribution by @wilsonmar
6969

7070
The last line in the response should be:
7171

72-
<tt>Successfully tagged justb4/jmeter:5.1.1</tt>
72+
<tt>Successfully tagged justb4/jmeter:5.3</tt>
7373

7474
1. Run the test script:
7575

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run JMeter Docker image with options
44

55
NAME="jmeter"
6-
IMAGE="justb4/jmeter:5.1.1"
6+
IMAGE="justb4/jmeter:5.3"
77

88
# Finally run
99
sudo docker stop ${NAME} > /dev/null 2>&1

0 commit comments

Comments
 (0)