Skip to content

Commit bfbe981

Browse files
committed
fix microdnf hanging
1 parent 9eceda4 commit bfbe981

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/util/ubi9/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -e
33

4-
microdnf upgrade \
4+
microdnf upgrade -y \
55
--refresh \
66
--best \
77
--nodocs \

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
----
99

10-
## [Unreleased]
10+
## [6.2.1/3.13.7]
1111

1212
### Changed
1313

0 commit comments

Comments
 (0)