Skip to content

Commit

Permalink
chore(deps): update curlimages/curl docker tag to v8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent 33454eb commit 2cfeb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/amour/minecraft/cf_atm9/stateful_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion k8s/unwind/minecraft/cf_atm8/stateful_set_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2cfeb4e

Please sign in to comment.