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 89d048c commit c27d9b3Copy full SHA for c27d9b3
NodeFirefox/Dockerfile.txt
@@ -3,7 +3,7 @@ USER root
3
#=========
4
# Firefox
5
6
-ARG FIREFOX_VERSION=54.0.1
+ARG FIREFOX_VERSION=55.0
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