forked from valkey-io/valkey-container
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.json
35 lines (35 loc) · 904 Bytes
/
versions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"7.2": {
"version": "7.2.8",
"url": "https://github.com/valkey-io/valkey/archive/refs/tags/7.2.8.tar.gz",
"sha256": "2d990b374b783ba05e0081498718ed0640f84bc60b6db24a4bc069f9775f778c",
"debian": {
"version": "bookworm"
},
"alpine": {
"version": "3.21"
}
},
"8.0": {
"version": "8.0.2",
"url": "https://github.com/valkey-io/valkey/archive/refs/tags/8.0.2.tar.gz",
"sha256": "e052c45b3cbe512e24fdfdc3fd337f9f5e4b8f8b8713f349ba867b829c8ff11a",
"debian": {
"version": "bookworm"
},
"alpine": {
"version": "3.21"
}
},
"unstable": {
"version": "unstable",
"url": "https://github.com/valkey-io/valkey/archive/unstable.tar.gz",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"debian": {
"version": "bookworm"
},
"alpine": {
"version": "3.21"
}
}
}