Skip to content

Commit 73c71e1

Browse files
renovate[bot]stephanme
authored andcommitted
Update dependency regclient/regclient to v0.11.1
1 parent 86669d5 commit 73c71e1

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
@@ -5,7 +5,7 @@ ARG TARGETARCH
55
RUN apk add --no-cache --virtual mytools rsync curl jq ca-certificates sqlite && rm -rf /var/cache/apk/*
66

77
#renovate: datasource=github-releases depName=regclient/regclient
8-
ARG REGCLIENT_VERSION=0.9.0
8+
ARG REGCLIENT_VERSION=0.11.1
99
RUN curl -o /usr/local/bin/regctl --fail -sSL https://github.com/regclient/regclient/releases/download/v${REGCLIENT_VERSION}/regctl-${TARGETOS}-${TARGETARCH} && \
1010
chmod a+x /usr/local/bin/regctl && \
1111
curl -o /usr/local/bin/regsync --fail -sSL https://github.com/regclient/regclient/releases/download/v${REGCLIENT_VERSION}/regsync-${TARGETOS}-${TARGETARCH} && \

0 commit comments

Comments
 (0)