Upgrade cnf-lint to 0.54.2

This commit is contained in:
Ciprian Hacman 2021-09-24 15:11:10 +03:00
parent 128b556369
commit 895ac428e2
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.52.0
TAG=v0.54.2
IMAGE="cfn-python-lint:${TAG}"
# There is no official docker image so build it locally