forked from docker-library/wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.json
More file actions
45 lines (45 loc) · 838 Bytes
/
versions.json
File metadata and controls
45 lines (45 loc) · 838 Bytes
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
{
"beta": {
"phpVersions": [
"8.1",
"8.2",
"8.3"
],
"sha1": "5425031b02d6917ae8fb357d7453a96c215e6f5a",
"upstream": "6.7-beta1",
"variants": [
"apache",
"fpm",
"fpm-alpine"
],
"version": "6.7-beta1"
},
"cli": {
"phpVersions": [
"8.1",
"8.2",
"8.3"
],
"sha512": "adb12146bab8d829621efed41124dcd0012f9027f47e0228be7080296167566070e4a026a09c3989907840b21de94b7a35f3bfbd5f827c12f27c5803546d1bba",
"variants": [
"alpine"
],
"version": "2.11.0"
},
"latest": {
"phpVersions": [
"7.4",
"8.1",
"8.2",
"8.3"
],
"sha1": "7acbf69d5fdaf804e3db322bad23b08d2e2e42ec",
"upstream": "6.6.2",
"variants": [
"apache",
"fpm",
"fpm-alpine"
],
"version": "6.6.2"
}
}