We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5590c commit 2a65800Copy full SHA for 2a65800
1 file changed
install.sh.tmpl
@@ -16,7 +16,7 @@ repo_url="{{ $repoURL }}"
16
# brew bundle. Falls back silently on any failure.
17
if [ -n "${CODESPACES:-}" ] && [ -z "${DOTFILES_NO_OVERLAY:-}" ]; then
18
_dotfiles_fast_path() {
19
- CRANE_VERSION="v0.21.6"
+ CRANE_VERSION="v0.21.7"
20
CRANE_BASE="https://github.com/google/go-containerregistry/releases/download/${CRANE_VERSION}"
21
CRANE_TAR="go-containerregistry_Linux_x86_64.tar.gz"
22
mkdir -p /tmp/_crane
0 commit comments