update dockerfile versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle
2018-11-14 08:57:28 -05:00
parent 508ed66544
commit 2bb7fb22bd
9 changed files with 10 additions and 10 deletions

View File

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