Skip to content

Commit

Permalink
chore(deps): update curlimages/curl docker tag to v8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent ec676e7 commit e687e54
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.6.0"
// 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.6.0"
// Can be templated directly with args,
// but syntax highlighting for vscode is
// broken.
Expand Down

0 comments on commit e687e54

Please sign in to comment.