Skip to content

Commit

Permalink
Updating the dockerfile to use AutoRest 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbombach committed May 12, 2016
1 parent 09ffae3 commit 6196277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN apt-get -qqy update && \
RUN bash -c "\
mkdir /opt/autorest && \
cd /opt/autorest && \
wget https://github.com/Azure/autorest/releases/download/AutoRest-0.15.0/autorest.0.15.0.zip && \
unzip autorest.0.15.0.zip"
wget https://github.com/Azure/autorest/releases/download/AutoRest-0.16.0/autorest.0.16.0.zip && \
unzip autorest.0.16.0.zip"

ADD autorest /opt/autorest/autorest

Expand Down

0 comments on commit 6196277

Please sign in to comment.