Skip to content

Commit 87480e2

Browse files
committed
Bump Dockerfile TFENV_VERSION to 3.2.0
1 parent a352ced commit 87480e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apk add --no-cache --purge \
66
curl \
77
;
88

9-
ARG TFENV_VERSION=3.1.0
9+
ARG TFENV_VERSION=3.2.0
1010
RUN wget -O /tmp/tfenv.tar.gz "https://github.com/tfutils/tfenv/archive/refs/tags/v${TFENV_VERSION}.tar.gz" \
1111
&& tar -C /tmp -xf /tmp/tfenv.tar.gz \
1212
&& mv "/tmp/tfenv-${TFENV_VERSION}/bin"/* /usr/local/bin/ \

0 commit comments

Comments
 (0)