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

Commit 9bea216

Browse files
Bump Firefox to 105.0.1-1
1 parent 8477be8 commit 9bea216

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
@@ -24,7 +24,7 @@ USER root
2424
RUN echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list \
2525
&& apt-get update -qqy \
2626
&& apt-get install libavcodec-extra -y \
27-
&& wget https://snapshot.debian.org/archive/debian/20220831T091202Z/pool/main/f/firefox/firefox_104.0-1_`dpkg --print-architecture`.deb -O firefox.deb \
27+
&& wget https://snapshot.debian.org/archive/debian/20220929T153610Z/pool/main/f/firefox/firefox_105.0.1-1_`dpkg --print-architecture`.deb -O firefox.deb \
2828
&& apt install ./firefox.deb -y \
2929
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* ./firefox.deb
3030

0 commit comments

Comments
 (0)