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

Commit

Permalink
[deploy] 4.8.0 with upgrade Firefox to 109 and full grid.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmortensen committed Jan 24, 2023
1 parent d552e2d commit 25c13f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeFirefox/Dockerfile.multi-arch
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ USER root
RUN echo "deb http://deb.debian.org/debian/ sid main" >> /etc/apt/sources.list \
&& apt-get update -qqy \
&& apt-get install libavcodec-extra -y \
&& wget https://snapshot.debian.org/archive/debian/20221231T090612Z/pool/main/f/firefox/firefox_108.0-2_`dpkg --print-architecture`.deb -O firefox.deb \
&& wget https://snapshot.debian.org/archive/debian/20230123T153828Z/pool/main/f/firefox/firefox_109.0-1_`dpkg --print-architecture`.deb -O firefox.deb \
&& apt install ./firefox.deb -y \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/* ./firefox.deb

Expand Down

0 comments on commit 25c13f7

Please sign in to comment.