diff --git a/Dockerfile b/Dockerfile index d4b9920..793a1bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine RUN apk add --no-cache bash curl git -ARG TFENV_VERSION=v2.2.2 +ARG TFENV_VERSION=v2.2.3 RUN git clone --branch ${TFENV_VERSION} --depth 1 https://github.com/tfutils/tfenv.git ~/.tfenv \ && ln -s ~/.tfenv/bin/* /usr/local/bin