Skip to content

Commit

Permalink
Update hashicorp/terraform Docker tag to v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and claudusd committed Sep 25, 2023
1 parent 50d8e5c commit 19dcefe
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.2
image: hashicorp/terraform:1.5.7
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.2
image: hashicorp/terraform:1.5.7
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.2
image: hashicorp/terraform:1.5.7
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.2
image: hashicorp/terraform:1.5.7
user: ${DOCKER_USER:-1000}
working_dir: /app/state_bucket
environment:
Expand Down

0 comments on commit 19dcefe

Please sign in to comment.