Skip to content

Commit 02bf930

Browse files
authored
bump wine to 9 (#1490)
fixes missing bcryptprimitives dep
2 parents be13600 + 98d49ea commit 02bf930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"type": "changed",
3-
"description": "update wine to 8.0.2",
3+
"description": "update wine to 9.0.0.0",
44
"issues": [1372]
55
}

docker/wine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -euo pipefail
77
. lib.sh
88

99
main() {
10-
local version="8.0.2~focal-1"
10+
local version="9.0.0.0~focal-1"
1111
install_packages wget
1212

1313
dpkg --add-architecture i386

0 commit comments

Comments
 (0)