forked from docker-library/wordpress
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathversions.json
More file actions
44 lines (44 loc) · 812 Bytes
/
versions.json
File metadata and controls
44 lines (44 loc) · 812 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
{
"beta": {
"phpVersions": [
"8.0",
"8.1",
"8.2"
],
"sha1": "6fcc4c21b107a355e3df0798851d41e0d85f0e6d",
"upstream": "6.2",
"variants": [
"apache",
"fpm",
"fpm-alpine"
],
"version": "6.2.0"
},
"cli": {
"phpVersions": [
"8.0",
"8.1",
"8.2"
],
"sha512": "956b5e3e1a076bd5441c082ee754e3ff4517ec965b93c621f455c2bf5719358c36e67d52f676492700b59d42cacb34a50d382535c035f19da7a0b98bc41860de",
"variants": [
"alpine"
],
"version": "2.7.1"
},
"latest": {
"phpVersions": [
"8.0",
"8.1",
"8.2"
],
"sha1": "6fcc4c21b107a355e3df0798851d41e0d85f0e6d",
"upstream": "6.2",
"variants": [
"apache",
"fpm",
"fpm-alpine"
],
"version": "6.2.0"
}
}