From 6796581e82c32ba5da23a8b2890e4adfe2b1194b Mon Sep 17 00:00:00 2001 From: Michael Chandler Date: Sat, 26 Oct 2024 08:09:21 +1000 Subject: fix: Change default version to stable (makes more sense than latest). --- cf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf.yml b/cf.yml index 60f7870..f6daa62 100644 --- a/cf.yml +++ b/cf.yml @@ -10,7 +10,7 @@ Parameters: FactorioImageTag: Type: String Description: "(Examples include latest, stable, 0.17, 0.17.33) Refer to tag descriptions available here: https://hub.docker.com/r/factoriotools/factorio/)" - Default: latest + Default: stable ServerState: Type: String -- cgit v1.2.3