From 7fd40632fea18f81d2fe5a0a13f1131125d04ba6 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 10 Nov 2022 14:43:17 +0100 Subject: [PATCH] Update regctl version The regctl image copy-file command was added in v0.4.5. Signed-off-by: Evan Lezar --- .common-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.common-ci.yml b/.common-ci.yml index 8602fd1c..c28bf25e 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -180,7 +180,7 @@ test-packaging: # Download the regctl binary for use in the release steps .regctl-setup: before_script: - - export REGCTL_VERSION=v0.3.10 + - export REGCTL_VERSION=v0.4.5 - apk add --no-cache curl - mkdir -p bin - curl -sSLo bin/regctl https://github.com/regclient/regclient/releases/download/${REGCTL_VERSION}/regctl-linux-amd64