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

Commit 9ef0e28

Browse files
Update hashicorp/terraform Docker tag to v1.9.6
1 parent cfa36ef commit 9ef0e28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.4'
22
services:
33
tf-scaleway:
4-
image: hashicorp/terraform:1.5.7
4+
image: hashicorp/terraform:1.9.6
55
user: ${DOCKER_USER:-1000}
66
working_dir: /app/scaleway
77
environment:
@@ -12,7 +12,7 @@ services:
1212
- ./scaleway:/app/scaleway
1313
- ./common:/app/common
1414
tf-ovh:
15-
image: hashicorp/terraform:1.5.7
15+
image: hashicorp/terraform:1.9.6
1616
user: ${DOCKER_USER:-1000}
1717
working_dir: /app/ovh
1818
environment:
@@ -23,7 +23,7 @@ services:
2323
- ./ovh:/app/ovh
2424
- ./common:/app/common
2525
tf-standalone:
26-
image: hashicorp/terraform:1.5.7
26+
image: hashicorp/terraform:1.9.6
2727
user: ${DOCKER_USER:-1000}
2828
working_dir: /app/standalone
2929
environment:
@@ -34,7 +34,7 @@ services:
3434
- ./standalone:/app/standalone
3535
- ./common:/app/common
3636
tf-bucket-ovh:
37-
image: hashicorp/terraform:1.5.7
37+
image: hashicorp/terraform:1.9.6
3838
user: ${DOCKER_USER:-1000}
3939
working_dir: /app/state_bucket
4040
environment:

0 commit comments

Comments
 (0)