From c163dc0658f7d70102e34a57c8601d4e3df5d84e Mon Sep 17 00:00:00 2001 From: hveldstra Date: Mon, 27 Nov 2023 12:58:36 +0000 Subject: [PATCH] feat(fargate): update worker image version --- packages/artillery/lib/platform/aws-ecs/legacy/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/artillery/lib/platform/aws-ecs/legacy/constants.js b/packages/artillery/lib/platform/aws-ecs/legacy/constants.js index e075a04cc8..5ece12b659 100644 --- a/packages/artillery/lib/platform/aws-ecs/legacy/constants.js +++ b/packages/artillery/lib/platform/aws-ecs/legacy/constants.js @@ -1,4 +1,4 @@ -const DEFAULT_IMAGE_TAG = '9e839dd0fa6ae6fc276e167d5a36aeb764a6d649'; +const DEFAULT_IMAGE_TAG = '2b219c63c66fde76ea810843e372ec4eaa4e6da7'; module.exports = { ARTILLERY_CLUSTER_NAME: 'artilleryio-cluster',