Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Update hashicorp/terraform Docker tag to v1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent cfa36ef commit 9ef0e28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
tf-scaleway:
image: hashicorp/terraform:1.5.7
image: hashicorp/terraform:1.9.6
user: ${DOCKER_USER:-1000}
working_dir: /app/scaleway
environment:
Expand All @@ -12,7 +12,7 @@ services:
- ./scaleway:/app/scaleway
- ./common:/app/common
tf-ovh:
image: hashicorp/terraform:1.5.7
image: hashicorp/terraform:1.9.6
user: ${DOCKER_USER:-1000}
working_dir: /app/ovh
environment:
Expand All @@ -23,7 +23,7 @@ services:
- ./ovh:/app/ovh
- ./common:/app/common
tf-standalone:
image: hashicorp/terraform:1.5.7
image: hashicorp/terraform:1.9.6
user: ${DOCKER_USER:-1000}
working_dir: /app/standalone
environment:
Expand All @@ -34,7 +34,7 @@ services:
- ./standalone:/app/standalone
- ./common:/app/common
tf-bucket-ovh:
image: hashicorp/terraform:1.5.7
image: hashicorp/terraform:1.9.6
user: ${DOCKER_USER:-1000}
working_dir: /app/state_bucket
environment:
Expand Down

0 comments on commit 9ef0e28

Please sign in to comment.