mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-18 18:17:51 +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
|
&& firefox --version
|
||||||
|
|
||||||
# Install browsh.
|
# 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 \
|
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