diff --git a/hack/verify-cloudformation.sh b/hack/verify-cloudformation.sh index 84035ef25e..c6f461dd84 100755 --- a/hack/verify-cloudformation.sh +++ b/hack/verify-cloudformation.sh @@ -20,7 +20,7 @@ set -o pipefail . "$(dirname "${BASH_SOURCE[0]}")/common.sh" -TAG=v0.44.3 +TAG=v0.44.4 IMAGE="cfn-python-lint:${TAG}" # There is no official docker image so build it locally