Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 1d0e5d8

Browse files
Updated Firefox to 100.0.2-1
1 parent ffdabc7 commit 1d0e5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeFirefox/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ USER root
2121
RUN echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list \
2222
&& apt-get update -qqy \
2323
&& apt-get install libavcodec-extra -y \
24-
&& wget https://snapshot.debian.org/archive/debian/20220418T084218Z/pool/main/f/firefox/firefox_99.0-1_`dpkg --print-architecture`.deb -O firefox.deb \
24+
&& wget https://snapshot.debian.org/archive/debian/20220602T030029Z/pool/main/f/firefox/firefox_100.0.2-1_`dpkg --print-architecture`.deb -O firefox.deb \
2525
&& apt install ./firefox.deb -y \
2626
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* ./firefox.deb
2727

0 commit comments

Comments
 (0)