Update cfn-python-lint to v0.44.4

This commit is contained in:
Ciprian Hacman 2021-01-21 10:22:05 +02:00
parent d889d61ddb
commit 3f25569bec
1 changed files with 1 additions and 1 deletions

View File

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