-
-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy path.updater.yaml
46 lines (46 loc) · 933 Bytes
/
.updater.yaml
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
versions:
- major: 12
constraint: ~12.4.0
destination: "12.4"
template: ./updater/Dockerfile.tmpl
templateData:
PHP:
Major: 8
Minor: 2
Debian: bookworm
- major: 11
constraint: ~11.5.0
destination: "11.5"
template: ./updater/Dockerfile.tmpl
templateData:
PHP:
Major: 8
Minor: 2
Debian: bookworm
- major: 10
constraint: ~10.4.0
destination: "10.4"
template: ./updater/Dockerfile.tmpl
templateData:
PHP:
Major: 7
Minor: 4
Debian: buster
- major: 9
constraint: ^9.5
destination: "9.5"
template: ./updater/Dockerfile.tmpl
templateData:
PHP:
Major: 7
Minor: 4
Debian: buster
- major: 8
constraint: ^8.7
destination: "8.7"
template: ./updater/Dockerfile.tmpl
templateData:
PHP:
Major: 7
Minor: 4
Debian: buster