Skip to content

Commit

Permalink
chore(deps): update ghcr.io/cookielab/container-image-terraform docke…
Browse files Browse the repository at this point in the history
…r tag to v1.10
  • Loading branch information
clb-robot committed Jan 2, 2025
1 parent 63e4626 commit a0b8ccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Terraform Format
runs-on: ubuntu-latest
container:
image: ghcr.io/cookielab/container-image-terraform:1.9
image: ghcr.io/cookielab/container-image-terraform:1.10
options: --user root
credentials:
username: ${{ github.actor }}
Expand All @@ -25,7 +25,7 @@ jobs:
name: TF Lint
runs-on: ubuntu-latest
container:
image: ghcr.io/cookielab/container-image-terraform:1.9
image: ghcr.io/cookielab/container-image-terraform:1.10
options: --user root
credentials:
username: ${{ github.actor }}
Expand All @@ -39,7 +39,7 @@ jobs:
name: Terraform Validate
runs-on: ubuntu-latest
container:
image: ghcr.io/cookielab/container-image-terraform:1.9
image: ghcr.io/cookielab/container-image-terraform:1.10
options: --user root
credentials:
username: ${{ github.actor }}
Expand Down

0 comments on commit a0b8ccb

Please sign in to comment.