Skip to content

Commit 8549deb

Browse files
🔼 Bump dependency google/go-containerregistry to v0.20.6
1 parent 2b10889 commit 8549deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
5858
ARG TARGETARCH
5959

6060
# renovate: source=github-releases dep=google/go-containerregistry
61-
ARG crane_version=0.20.3
61+
ARG crane_version=0.20.6
6262

6363
RUN case ${TARGETARCH} in "arm64") file=arm64 ;; "amd64") file=x86_64 ;; esac \
6464
&& curl -fsSL "https://github.com/google/go-containerregistry/releases/download/v${crane_version}/go-containerregistry_Linux_${file}.tar.gz" \

0 commit comments

Comments
 (0)