mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
update browsh
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
f6561b6957
commit
0e54da59e3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user