We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86669d5 commit 73c71e1Copy full SHA for 73c71e1
Dockerfile
@@ -5,7 +5,7 @@ ARG TARGETARCH
5
RUN apk add --no-cache --virtual mytools rsync curl jq ca-certificates sqlite && rm -rf /var/cache/apk/*
6
7
#renovate: datasource=github-releases depName=regclient/regclient
8
-ARG REGCLIENT_VERSION=0.9.0
+ARG REGCLIENT_VERSION=0.11.1
9
RUN curl -o /usr/local/bin/regctl --fail -sSL https://github.com/regclient/regclient/releases/download/v${REGCLIENT_VERSION}/regctl-${TARGETOS}-${TARGETARCH} && \
10
chmod a+x /usr/local/bin/regctl && \
11
curl -o /usr/local/bin/regsync --fail -sSL https://github.com/regclient/regclient/releases/download/v${REGCLIENT_VERSION}/regsync-${TARGETOS}-${TARGETARCH} && \
0 commit comments