Skip to content

Commit

Permalink
Merge pull request #19 from topfreegames/fix_tfenv
Browse files Browse the repository at this point in the history
Move to upstream tfenv
  • Loading branch information
rsafonseca authored Dec 10, 2024
2 parents 39c5f28 + 2af46cd commit 2d8aa84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG YQ_VERSION=4.44.5-r0

ARG VAULT_VERSION=1.17.5
ARG CONFTEST_VERSION=0.46.0
ARG TFENV_VERSION=1.1.1
ARG TFENV_VERSION=v3.0.0
ARG KUBECTL_VERSION=v1.28.13
ARG TERRAGRUNT=v0.69.9
ARG PSQL_VERSION=15.10-r0
Expand Down Expand Up @@ -92,7 +92,7 @@ RUN apkArch="$(apk --print-arch)"; \

# tfenv (terraform)
RUN git clone -b ${TFENV_VERSION} --single-branch --depth 1 \
https://github.com/topfreegames/tfenv.git /opt/tfenv && \
https://github.com/tfutils/tfenv.git /opt/tfenv && \
ln -s /opt/tfenv/bin/* /usr/local/bin

# Terragrunt
Expand Down

0 comments on commit 2d8aa84

Please sign in to comment.