Skip to content

Commit

Permalink
Update tftools to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed May 6, 2024
1 parent 7cdf0c0 commit 0c4cc5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 76 deletions.
5 changes: 3 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG KUBECTL_VERSION=1.26.0
ARG TERRAFORM_VERSION=1.8.1
ARG TERRAGRUNT_VERSION=0.57.5
ARG AWSCLI_VERSION="2.13.25-r0"
ARG TFTOOLS_VERSION="v0.8.0"
ARG TFTOOLS_VERSION="v0.9.0"
ENV USERNAME="infratools"
ENV USER_UID=1000
ENV USER_GID=$USER_UID
Expand Down Expand Up @@ -65,5 +65,6 @@ RUN curl --proto '=https' --tlsv1.2 -sSfL https://raw.githubusercontent.com/cont
USER $USERNAME
WORKDIR $USER_HOME
COPY .bashrc .bashrc
COPY bin/* /usr/local/bin
# If using custom binaries
#COPY bin/* /usr/local/bin
ENTRYPOINT ["/bin/bash"]
74 changes: 0 additions & 74 deletions bin/tfsum

This file was deleted.

0 comments on commit 0c4cc5f

Please sign in to comment.