From 5c3a667ddd6ed3daab36f817eeaec2c974a2a3a5 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 17 Sep 2018 14:54:12 -0400 Subject: [PATCH] update browsh version Signed-off-by: Jess Frazelle --- browsh/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsh/Dockerfile b/browsh/Dockerfile index 81906dc..7613a33 100644 --- a/browsh/Dockerfile +++ b/browsh/Dockerfile @@ -41,7 +41,7 @@ RUN set -x \ && firefox --version # 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 \ && chmod a+x /home/browsh/bin/browsh