mirror of
https://github.com/containers/skopeo.git
synced 2025-09-03 15:46:42 +00:00
Update opencontainers/image-spec
... to a version past 1.0.2, just to keep various dependency checkers happy. > go get github.com/opencontainers/image-spec@v1.0.2-0.20211123152302-43a7dee1ec31 The commit is intended to match https://github.com/containers/image/pull/1419 to minimize churn. NOTE: This is NOT a fix for CVE-2021-41190 / GHSA-77vh-xpmg-72qh , that was fixed in Skopeo 1.5.2. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
2
vendor/github.com/opencontainers/image-spec/specs-go/version.go
generated
vendored
2
vendor/github.com/opencontainers/image-spec/specs-go/version.go
generated
vendored
@@ -22,7 +22,7 @@ const (
|
||||
// VersionMinor is for functionality in a backwards-compatible manner
|
||||
VersionMinor = 0
|
||||
// VersionPatch is for backwards-compatible bug fixes
|
||||
VersionPatch = 1
|
||||
VersionPatch = 2
|
||||
|
||||
// VersionDev indicates development branch. Releases will be empty string.
|
||||
VersionDev = "-dev"
|
||||
|
Reference in New Issue
Block a user