Skip to content

Commit

Permalink
fix: missing chromium version (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtscalac authored Jul 3, 2024
1 parent 82ebed3 commit a80a3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly/flutter/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ flutter-base:

ARG chrome_version = 126.0.6478.61
ARG chrome_package_release = 1
ARG chromium_version =126.0.6478.56-1~deb12u1
ARG chromium_version = 126.0.6478.126-1~deb12u1
DO installer+INSTALL_CHROME_LINUX64 --chrome_version=$chrome_version --chrome_package_release=$chrome_package_release --chromium_version=$chromium_version

ARG edge_version = 125.0.2535.51
Expand Down

0 comments on commit a80a3b4

Please sign in to comment.