-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathversions.json
More file actions
62 lines (62 loc) · 1.2 KB
/
versions.json
File metadata and controls
62 lines (62 loc) · 1.2 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"17-to-18": {
"from": "postgres:18-trixie",
"new": "18",
"old": "17",
"version": "17.9-1.pgdg13+1"
},
"16-to-18": {
"from": "postgres:18-trixie",
"new": "18",
"old": "16",
"version": "16.13-1.pgdg13+1"
},
"15-to-18": {
"from": "postgres:18-trixie",
"new": "18",
"old": "15",
"version": "15.17-1.pgdg13+1"
},
"14-to-18": {
"from": "postgres:18-trixie",
"new": "18",
"old": "14",
"version": "14.22-1.pgdg13+1"
},
"16-to-17": {
"from": "postgres:17-trixie",
"new": "17",
"old": "16",
"version": "16.13-1.pgdg13+1"
},
"15-to-17": {
"from": "postgres:17-trixie",
"new": "17",
"old": "15",
"version": "15.17-1.pgdg13+1"
},
"14-to-17": {
"from": "postgres:17-trixie",
"new": "17",
"old": "14",
"version": "14.22-1.pgdg13+1"
},
"15-to-16": {
"from": "postgres:16-trixie",
"new": "16",
"old": "15",
"version": "15.17-1.pgdg13+1"
},
"14-to-16": {
"from": "postgres:16-trixie",
"new": "16",
"old": "14",
"version": "14.22-1.pgdg13+1"
},
"14-to-15": {
"from": "postgres:15-trixie",
"new": "15",
"old": "14",
"version": "14.22-1.pgdg13+1"
}
}