From 2cfeb4ec3f208b94382f7f028abcf6a96c3dc16d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:24:19 +0000 Subject: [PATCH] chore(deps): update curlimages/curl docker tag to v8.10.1 --- k8s/amour/minecraft/cf_atm9/stateful_set_list.cue | 2 +- k8s/unwind/minecraft/cf_atm8/stateful_set_list.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/amour/minecraft/cf_atm9/stateful_set_list.cue b/k8s/amour/minecraft/cf_atm9/stateful_set_list.cue index 86d0bd80c..90ffc0955 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.10.1" // 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..563c3dbf0 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.10.1" // Can be templated directly with args, // but syntax highlighting for vscode is // broken.