From 5bf4e757c5af07cd2bed46f970ec3b99d04ad92e Mon Sep 17 00:00:00 2001 From: Roman Schwarz Date: Tue, 17 Dec 2024 10:04:21 +0100 Subject: [PATCH] Update terraform-docs container image Signed-off-by: Roman Schwarz --- .github/workflows/module-ci-documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/module-ci-documentation.yaml b/.github/workflows/module-ci-documentation.yaml index 9d291e0..3ef41eb 100644 --- a/.github/workflows/module-ci-documentation.yaml +++ b/.github/workflows/module-ci-documentation.yaml @@ -4,7 +4,7 @@ jobs: documentation: runs-on: ubuntu-latest container: - image: quay.io/terraform-docs/terraform-docs:0.16.0 + image: quay.io/terraform-docs/terraform-docs:0.19.0 steps: - name: Install prerequisites run: apk add git