Skip to content

Commit 8ca01fc

Browse files
committed
osbuild: Bump osbuild version to v183
This includes support for squashfs mount support and erofs mount support in BootcRootFS Related: HMS-10627
1 parent d903cf7 commit 8ca01fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

data/dependencies/deps_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ import (
88
)
99

1010
func TestMinimumOSBuildVersion(t *testing.T) {
11-
assert.Equal(t, "180", dependencies.MinimumOSBuildVersion())
11+
assert.Equal(t, "183", dependencies.MinimumOSBuildVersion())
1212
}

data/dependencies/osbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
180
1+
183

0 commit comments

Comments
 (0)