Skip to content

Commit 2a65800

Browse files
chore(deps): update dependency google/go-containerregistry to v0.21.7 (#115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e5590c commit 2a65800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repo_url="{{ $repoURL }}"
1616
# brew bundle. Falls back silently on any failure.
1717
if [ -n "${CODESPACES:-}" ] && [ -z "${DOTFILES_NO_OVERLAY:-}" ]; then
1818
_dotfiles_fast_path() {
19-
CRANE_VERSION="v0.21.6"
19+
CRANE_VERSION="v0.21.7"
2020
CRANE_BASE="https://github.com/google/go-containerregistry/releases/download/${CRANE_VERSION}"
2121
CRANE_TAR="go-containerregistry_Linux_x86_64.tar.gz"
2222
mkdir -p /tmp/_crane

0 commit comments

Comments
 (0)