diff --git a/k8s/amour/minecraft/cf_atm9/stateful_set_list.cue b/k8s/amour/minecraft/cf_atm9/stateful_set_list.cue index b52ceef09..959efa3a2 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.6.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 9a44a5069..3075d176a 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.6.0" // Can be templated directly with args, // but syntax highlighting for vscode is // broken.