diff --git a/k8s/amour/minecraft/cf_atm9/stateful_set_list.cue b/k8s/amour/minecraft/cf_atm9/stateful_set_list.cue index 2f88ce13f..0ae8035a7 100644 --- a/k8s/amour/minecraft/cf_atm9/stateful_set_list.cue +++ b/k8s/amour/minecraft/cf_atm9/stateful_set_list.cue @@ -36,7 +36,7 @@ import ( }] initContainers: [{ name: "download" - image: "curlimages/curl:8.1.2" + image: "curlimages/curl:8.9.0" // Can be templated directly with args, // but syntax highlighting for vscode is // broken. diff --git a/k8s/unwind/minecraft/cf_atm8/stateful_set_list.cue b/k8s/unwind/minecraft/cf_atm8/stateful_set_list.cue index c3a564e8c..8ec40b912 100644 --- a/k8s/unwind/minecraft/cf_atm8/stateful_set_list.cue +++ b/k8s/unwind/minecraft/cf_atm8/stateful_set_list.cue @@ -36,7 +36,7 @@ import ( }] initContainers: [{ name: "download" - image: "curlimages/curl:8.1.2" + image: "curlimages/curl:8.9.0" // Can be templated directly with args, // but syntax highlighting for vscode is // broken.