Merge remote-tracking branch 'origin/refs/pull/291/head' into staging

This commit is contained in:
Lance R. Vick 2024-10-14 21:10:20 -07:00
commit 0bcfc9e0dd
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -1,6 +1,6 @@
FROM scratch AS base
ENV VERSION=0.50.3
ENV SRC_HASH=e90acdbf4cd1dc936e50b580ade53583baced53a93b3b01cee3e073b233ef8c5
ENV VERSION=0.53.0
ENV SRC_HASH=22dd4644dd249b38b8cbb29bd4ca66aefa65a2d9dc38109a3ca5b428a4ba755b
ENV SRC_FILE=v${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/terraform-linters/tflint/archive/refs/tags/${SRC_FILE}
ENV GOPATH=/cache/go