Skip to content

Commit

Permalink
fix: firefox esr version (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin authored Jun 21, 2024
1 parent 35a37d7 commit ead0c87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions earthly/flutter/installer/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,17 @@ INSTALL_FIREFOX_LINUX64:
| tee /etc/apt/preferences.d/mozilla > /dev/null
RUN apt-get update
END

IF [ "$TARGETARCH" = "amd64" ]
SET PLATFORM = linux64
RUN apt-get install -y -t mozilla firefox=126.0~build2
ELSE
SET PLATFORM = linux-aarch64
RUN apt-get install -y -t mozilla firefox-esr=115.11.0esr-1~deb12u1
RUN apt-get install -y -t mozilla firefox-esr=115.12.0esr-1~deb12u1
END

RUN firefox --version

RUN echo "${BLUE}Installing Geckodriver..."
RUN mkdir -p /opt/geckodriver
RUN curl -sL "https://github.com/mozilla/geckodriver/releases/download/v${GECKO_VERSION}/geckodriver-v${GECKO_VERSION}-${PLATFORM}.tar.gz" \
Expand Down

0 comments on commit ead0c87

Please sign in to comment.