We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a40d54 commit 8b07a3cCopy full SHA for 8b07a3c
NodeFirefox/Dockerfile.txt
@@ -5,7 +5,7 @@ USER root
5
#=========
6
# Firefox
7
8
-ARG FIREFOX_VERSION=49.0.1
+ARG FIREFOX_VERSION=50.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