diff --git a/browsh/Dockerfile b/browsh/Dockerfile index 2e0022e..326dd9d 100644 --- a/browsh/Dockerfile +++ b/browsh/Dockerfile @@ -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