Skip to content

Commit

Permalink
Revert to latest version of tfx-cli (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks authored Mar 10, 2023
1 parent 0745438 commit a72556d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ RUN sudo groupadd docker && sudo usermod -aG docker $USERNAME && newgrp docker
COPY scripts/act.sh /tmp/
RUN /bin/bash /tmp/act.sh 0.2.21

# Pin to 0.12.0: https://github.com/microsoft/tfs-cli/issues/427
RUN sudo npm install -g [email protected]
RUN sudo npm install -g tfx-cli

# azure-cli-no-mount
COPY scripts/azure-cli.sh /tmp/
Expand Down

0 comments on commit a72556d

Please sign in to comment.