Update cfn-lint to v1.52.0

This commit is contained in:
Ciprian Hacman 2021-07-29 05:40:05 +03:00
parent b6464658d4
commit b30890ffdc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ set -o pipefail
. "$(dirname "${BASH_SOURCE[0]}")/common.sh"
TAG=v0.48.3
TAG=v0.52.0
IMAGE="cfn-python-lint:${TAG}"
# There is no official docker image so build it locally