update browsh version

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-17 14:54:12 -04:00
parent 211c9a5dba
commit 5c3a667ddd
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -41,7 +41,7 @@ RUN set -x \
&& firefox --version && firefox --version
# Install browsh. # Install browsh.
ENV BROWSH_VERSION 1.4.12 ENV BROWSH_VERSION 1.4.13
RUN wget "https://github.com/browsh-org/browsh/releases/download/v${BROWSH_VERSION}/browsh_${BROWSH_VERSION}_linux_amd64" -O /home/browsh/bin/browsh \ RUN wget "https://github.com/browsh-org/browsh/releases/download/v${BROWSH_VERSION}/browsh_${BROWSH_VERSION}_linux_amd64" -O /home/browsh/bin/browsh \
&& chmod a+x /home/browsh/bin/browsh && chmod a+x /home/browsh/bin/browsh