File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,36 +4,36 @@ plugins {
4
4
5
5
project(' :9.4' ) {
6
6
project. ext {
7
- baseImage = ' postgres:9.4.23 '
8
- tags = [' 9.4' , ' 9.4.23 ' ]
7
+ baseImage = ' postgres:9.4.24 '
8
+ tags = [' 9.4' , ' 9.4.24 ' ]
9
9
}
10
10
}
11
11
12
12
project(' :9.5' ) {
13
13
project. ext {
14
- baseImage = ' postgres:9.5.18 '
15
- tags = [' 9.5' , ' 9.5.18 ' ]
14
+ baseImage = ' postgres:9.5.19 '
15
+ tags = [' 9.5' , ' 9.5.19 ' ]
16
16
}
17
17
}
18
18
19
19
project(' :9.6' ) {
20
20
project. ext {
21
- baseImage = ' postgres:9.6.14 '
22
- tags = [' 9' , ' 9.6' , ' 9.6.14 ' ]
21
+ baseImage = ' postgres:9.6.15 '
22
+ tags = [' 9' , ' 9.6' , ' 9.6.15 ' ]
23
23
}
24
24
}
25
25
26
26
project(' :10' ) {
27
27
project. ext {
28
- baseImage = ' postgres:10.9 '
29
- tags = [' 10' , ' 10.9 ' ]
28
+ baseImage = ' postgres:10.10 '
29
+ tags = [' 10' , ' 10.10 ' ]
30
30
}
31
31
}
32
32
33
33
project(' :11' ) {
34
34
project. ext {
35
35
baseImage = ' postgres:11.4'
36
- tags = [' 11' , ' 11.4 ' , ' latest' ]
36
+ tags = [' 11' , ' 11.5 ' , ' latest' ]
37
37
}
38
38
}
39
39
You can’t perform that action at this time.
0 commit comments