Skip to content

Commit 88f4d80

Browse files
renovate[bot]stephanme
authored andcommitted
Update dependency kopia/kopia to v0.23.0
1 parent b47da2b commit 88f4d80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN curl -o /usr/local/bin/regctl --fail -sSL https://github.com/regclient/regcl
1212
chmod a+x /usr/local/bin/regsync
1313

1414
#renovate: datasource=github-releases depName=kopia/kopia
15-
ARG KOPIA_VERSION=0.22.3
15+
ARG KOPIA_VERSION=0.23.0
1616
RUN KOPIA_ARCH=$([ "${TARGETARCH}" = "amd64" ] && echo "x64" || echo "${TARGETARCH}") && \
1717
curl -o /tmp/kopia.tar.gz --fail -sSL https://github.com/kopia/kopia/releases/download/v${KOPIA_VERSION}/kopia-${KOPIA_VERSION}-${TARGETOS}-${KOPIA_ARCH}.tar.gz && \
1818
tar -xzf /tmp/kopia.tar.gz -C /tmp && \

0 commit comments

Comments
 (0)