Skip to content

Commit 4b3339e

Browse files
committed
using latest locust version (2.2.3)
1 parent e12703c commit 4b3339e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/docker/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM locustio/locust
1+
FROM locustio/locust:2.2.3
22
RUN pip3 install Faker

test/locust-arm-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"variables": {
38-
"image": "yorek/locust:1.5.3",
38+
"image": "yorek/locust:2.2.3",
3939
"cpuCores": "1",
4040
"masterMemoryInGb": "2",
4141
"clientMemoryInGb": "2",

0 commit comments

Comments
 (0)