Skip to content

Commit 14f7be4

Browse files
committed
updated to use locust 2.9.0
1 parent 8960622 commit 14f7be4

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:2.2.3
1+
FROM locustio/locust:2.9.0
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:2.2.3",
38+
"image": "yorek/locust:2.9.0",
3939
"cpuCores": "1",
4040
"masterMemoryInGb": "2",
4141
"clientMemoryInGb": "2",

0 commit comments

Comments
 (0)