Bump alpine/terragrunt from 1.5.1 to 1.5.2 (#4435)

Bumps alpine/terragrunt from 1.5.1 to 1.5.2.

---
updated-dependencies:
- dependency-name: alpine/terragrunt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-07 20:39:00 -07:00 committed by GitHub
parent 50955f0b92
commit ab5ed01ed9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
# Get dependency images as build stages #
#########################################
FROM tenable/terrascan:1.18.1 as terrascan
FROM alpine/terragrunt:1.5.1 as terragrunt
FROM alpine/terragrunt:1.5.2 as terragrunt
FROM assignuser/chktex-alpine:v0.1.1 as chktex
FROM dotenvlinter/dotenv-linter:3.3.0 as dotenv-linter
FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format