From 0e10b36a5398dd329b5fe989dbefea1c5528bca6 Mon Sep 17 00:00:00 2001 From: chaitalisg Date: Thu, 29 Dec 2022 10:32:47 -0800 Subject: [PATCH] Update kopia commit used in kanister tools image (#1808) --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 04d99bf220..a2267a357a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -50,8 +50,8 @@ dockers: dockerfile: 'docker/tools/Dockerfile' build_flag_templates: - "--build-arg=kan_tools_version={{ .Tag }}" -# Refers to https://github.com/kopia/kopia/commit/5227d74996b6520f9f96e4203cfe00b832a60d5f - - "--build-arg=kopiaBuildCommit=5227d74" +# Refers to https://github.com/kopia/kopia/commit/f8be8f6a5698edba055291b138c117ec6eaae125 + - "--build-arg=kopiaBuildCommit=f8be8f6" - "--build-arg=kopiaRepoOrg=kopia" extra_files: - 'LICENSE'