We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a352ced commit 87480e2Copy full SHA for 87480e2
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ RUN apk add --no-cache --purge \
6
curl \
7
;
8
9
-ARG TFENV_VERSION=3.1.0
+ARG TFENV_VERSION=3.2.0
10
RUN wget -O /tmp/tfenv.tar.gz "https://github.com/tfutils/tfenv/archive/refs/tags/v${TFENV_VERSION}.tar.gz" \
11
&& tar -C /tmp -xf /tmp/tfenv.tar.gz \
12
&& mv "/tmp/tfenv-${TFENV_VERSION}/bin"/* /usr/local/bin/ \
0 commit comments