File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -11,36 +11,36 @@ project(':9.5') {
11
11
12
12
project(' :9.6' ) {
13
13
project. ext {
14
- baseImage = ' postgres:9.6.22 '
15
- tags = [' 9' , ' 9.6' , ' 9.6.22 ' ]
14
+ baseImage = ' postgres:9.6.23 '
15
+ tags = [' 9' , ' 9.6' , ' 9.6.23 ' ]
16
16
}
17
17
}
18
18
19
19
project(' :10' ) {
20
20
project. ext {
21
- baseImage = ' postgres:10.17 '
22
- tags = [' 10' , ' 10.17 ' ]
21
+ baseImage = ' postgres:10.18 '
22
+ tags = [' 10' , ' 10.18 ' ]
23
23
}
24
24
}
25
25
26
26
project(' :11' ) {
27
27
project. ext {
28
- baseImage = ' postgres:11.12 '
29
- tags = [' 11' , ' 11.12 ' ]
28
+ baseImage = ' postgres:11.13 '
29
+ tags = [' 11' , ' 11.13 ' ]
30
30
}
31
31
}
32
32
33
33
project(' :12' ) {
34
34
project. ext {
35
- baseImage = ' postgres:12.7 '
36
- tags = [' 12' , ' 12.7 ' ]
35
+ baseImage = ' postgres:12.8 '
36
+ tags = [' 12' , ' 12.8 ' ]
37
37
}
38
38
}
39
39
40
40
project(' :13' ) {
41
41
project. ext {
42
- baseImage = ' postgres:13.3 '
43
- tags = [' 13' , ' 13.3 ' , ' latest' ]
42
+ baseImage = ' postgres:13.4 '
43
+ tags = [' 13' , ' 13.4 ' , ' latest' ]
44
44
}
45
45
}
46
46
@@ -107,4 +107,4 @@ subprojects {
107
107
108
108
dockerCompose. isRequiredBy(test)
109
109
110
- }
110
+ }
You can’t perform that action at this time.
0 commit comments