Skip to content

Commit 8eb009a

Browse files
committed
chore: update image version number in script
1 parent 9e93b6f commit 8eb009a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-deploy/create-ecs-task-def.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# creates a Task Definition in AWS ECS for this docker image
33
set -e
44

5-
imageVersion=1.2.0
5+
imageVersion=1.2.1
66
region=ap-southeast-2
77
# Expected env vars to fill in template. This trick is bash parameter expansion (http://wiki.bash-hackers.org/syntax/pe#display_error_if_null_or_unset)
88
: ${Z_EXECUTION_ROLE_ARN:?} # https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html, e.g: arn:aws:iam::123456789123:role/ecsTaskExecutionRole

0 commit comments

Comments
 (0)