chunked: bump version number for cache file
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
9619a53b91
commit
065a2f3321
|
|
@ -26,7 +26,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
cacheKey = "chunked-manifest-cache"
|
cacheKey = "chunked-manifest-cache"
|
||||||
cacheVersion = 2
|
cacheVersion = 3
|
||||||
|
|
||||||
digestSha256Empty = "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
digestSha256Empty = "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue