Update module github.com/containers/image/v5 to v5.24.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2023-01-23 21:30:51 +00:00
committed by GitHub
parent 61c519dcf2
commit c91142485e
4 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ const (
VersionPatch = 0
// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-dev"
VersionDev = ""
)
// Version is the specification version that the package types support.