We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217b3d5 commit 30b3c91Copy full SHA for 30b3c91
NodeFirefox/Dockerfile.txt
@@ -5,7 +5,7 @@ USER root
5
#=========
6
# Firefox
7
8
-ARG FIREFOX_VERSION=52.0.2
+ARG FIREFOX_VERSION=53.0
9
RUN apt-get update -qqy \
10
&& apt-get -qqy --no-install-recommends install firefox \
11
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
0 commit comments