chore(deps): bump github.com/containers/image/v5 from 5.33.0 to 5.33.1

Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.33.0 to 5.33.1.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](https://github.com/containers/image/compare/v5.33.0...v5.33.1)

---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-16 07:05:54 +00:00
committed by GitHub
parent ce214c3d5b
commit 4df4eb271c
4 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ const (
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 33
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 0
VersionPatch = 1
// VersionDev indicates development branch. Releases will be empty string.
VersionDev = ""