File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ const REPO = "tiliondev/fortress";
1515// the mass of real users run). "latest" = 151 (newest engine). Override with { channel } or the
1616// FORTRESS_CHANNEL env var.
1717export const CHANNELS = {
18- stable : { tag : "v149.0.7827.232" , docker : "tilion/fortress:149" } ,
19- latest : { tag : "v151.0.7908.0" , docker : "tilion/fortress:151" } ,
18+ stable : { tag : "v149.0.7827.232" , docker : "tilion/fortress:149.0.7827.232 " } ,
19+ latest : { tag : "v151.0.7908.0" , docker : "tilion/fortress:151.0.7908.0 " } ,
2020} ;
2121const DEFAULT_CHANNEL = process . env . FORTRESS_CHANNEL || "latest" ;
2222const CACHE = process . env . FORTRESS_BROWSERS_PATH || join ( homedir ( ) , ".cache" , "tilion-fortress" ) ;
Original file line number Diff line number Diff line change 2323# version the mass of real users run, so it blends in best). "latest" = 151 (newest engine).
2424# Override per-instance with channel=..., or globally with the FORTRESS_CHANNEL env var.
2525_CHANNELS = {
26- "stable" : {"tag" : "v149.0.7827.232" , "docker" : "tilion/fortress:149" },
27- "latest" : {"tag" : "v151.0.7908.0" , "docker" : "tilion/fortress:151" },
26+ "stable" : {"tag" : "v149.0.7827.232" , "docker" : "tilion/fortress:149.0.7827.232 " },
27+ "latest" : {"tag" : "v151.0.7908.0" , "docker" : "tilion/fortress:151.0.7908.0 " },
2828}
2929_DEFAULT_CHANNEL = os .environ .get ("FORTRESS_CHANNEL" , "stable" )
3030_CACHE = Path (os .environ .get ("FORTRESS_BROWSERS_PATH" ,
You can’t perform that action at this time.
0 commit comments