From 6f73d503d5f4d2a82eaa05cd0cedb57180c85695 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Wed, 19 Apr 2017 19:22:58 +0200 Subject: [PATCH] bump firefox tot 53.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08ee051..43c2737 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN echo "enable-shm = no" >> /etc/pulse/client.conf # Mozilla Firefox # Deps: bzip2 libgtk-3-0 libdbus-glib-1-2 libxt6 -ENV FIREFOX_VER 52.0.2 +ENV FIREFOX_VER 53.0 ADD https://download-installer.cdn.mozilla.net/pub/firefox/releases/$FIREFOX_VER/linux-x86_64/en-US/firefox-$FIREFOX_VER.tar.bz2 /tmp/firefox.tar.bz2 RUN cd /tmp && \ mkdir /opt/mozilla && \