forked from martin-helmich/docker-typo3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.updater.yaml
55 lines (55 loc) · 1.09 KB
/
.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
47
48
49
50
51
52
53
54
55
versions:
- major: 10
constraint: ~10.4.0
destination: "10.4"
template: ./updater/Dockerfile.tmpl
templateData:
PHP:
Major: 7
Minor: 4
Debian: buster
- major: 10
constraint: ~10.3.0
destination: "10.3"
template: ./updater/Dockerfile.tmpl
templateData:
PHP:
Major: 7
Minor: 4
Debian: buster
- major: 10
constraint: ~10.2.0
destination: "10.2"
template: ./updater/Dockerfile.tmpl
templateData:
PHP:
Major: 7
Minor: 4
Debian: buster
- major: 10
constraint: ~10.1.0
destination: "10.1"
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