From 0820a2a93daf1dbe378aadd86720a6d53ab63861 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 22 Mar 2024 16:59:59 +0100 Subject: [PATCH] chunked: bump version number for cache file Signed-off-by: Giuseppe Scrivano --- pkg/chunked/cache_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chunked/cache_linux.go b/pkg/chunked/cache_linux.go index 5241af0213..a4e3e6eadf 100644 --- a/pkg/chunked/cache_linux.go +++ b/pkg/chunked/cache_linux.go @@ -27,7 +27,7 @@ import ( const ( cacheKey = "chunked-manifest-cache" - cacheVersion = 2 + cacheVersion = 3 digestSha256Empty = "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"