fix(deps): update module github.com/containers/buildah to v1.39.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-05 01:54:30 +00:00
committed by GitHub
parent 7f27a6661a
commit 73cfef57b9
13 changed files with 429 additions and 38 deletions

View File

@@ -2,6 +2,10 @@
# Changelog
## v1.39.2 (2025-03-03)
[release-1.39] Bump c/image to v5.34.1, c/common v0.62.1
## v1.39.1 (2025-02-25)
chroot createPlatformContainer: use MS_REMOUNT

View File

@@ -1,3 +1,6 @@
- Changelog for v1.39.2 (2025-03-03)
* [release-1.39] Bump c/image to v5.34.1, c/common v0.62.1
- Changelog for v1.39.1 (2025-02-25)
* chroot createPlatformContainer: use MS_REMOUNT

View File

@@ -29,7 +29,7 @@ const (
// identify working containers.
Package = "buildah"
// Version for the Package. Also used by .packit.sh for Packit builds.
Version = "1.39.1"
Version = "1.39.2"
// DefaultRuntime if containers.conf fails.
DefaultRuntime = "runc"