update browsh

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-21 18:18:10 -04:00
parent f6561b6957
commit 0e54da59e3
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -41,7 +41,7 @@ RUN set -x \
&& firefox --version
# Install browsh.
ENV BROWSH_VERSION 1.4.0
ENV BROWSH_VERSION 1.4.6
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