mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update browsh version
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
211c9a5dba
commit
5c3a667ddd
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user