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.
2 parents bad548f + 7dc3906 commit 6b05adfCopy full SHA for 6b05adf
NodeFirefox/Dockerfile.txt
@@ -3,7 +3,7 @@ USER root
3
#=========
4
# Firefox
5
6
-ARG FIREFOX_VERSION=57.0
+ARG FIREFOX_VERSION=57.0.1
7
RUN apt-get update -qqy \
8
&& apt-get -qqy --no-install-recommends install firefox \
9
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
0 commit comments