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

Commit 45b7d82

Browse files
authored
[deploy] fix broken link to download Firefox v124
Update Dockerfile.multi-arch
1 parent c5cc11b commit 45b7d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeFirefox/Dockerfile.multi-arch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ USER root
2727
RUN echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list \
2828
&& apt-get update -qqy \
2929
&& apt-get install libavcodec-extra -y \
30-
&& wget https://snapshot.debian.org/archive/debian/20231208T150859Z/pool/main/f/firefox/firefox_120.0.1-1_`dpkg --print-architecture`.deb -O firefox.deb
30+
&& wget http://http.us.debian.org/debian/pool/main/f/firefox/firefox_124.0.1-1_`dpkg --print-architecture`.deb -O firefox.deb
3131

3232
RUN apt install ./firefox.deb -y \
3333
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* ./firefox.deb

0 commit comments

Comments
 (0)