Commit c67b9d4ee261
Changed files (1)
systems
hosts
systems/hosts/aomi.nix
@@ -99,7 +99,7 @@ in
};
"images-by-tag-regex" = {
# sync all "3.x" images"
- "alpine" = "^[3-0]\.[0-9]+$";
+ "alpine" = "^[1-9]\.[0-9]+$";
};
};
};