File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Xenit PostgreSQL docker image changelog
2
2
3
+ ## 11.5 - 2019-08-21
4
+ - [ #12 ] ( https://github.com/xenit-eu/docker-postgres/issues/12 ) : Update to [ new maintenance release] ( https://www.postgresql.org/about/news/1960/ )
5
+
3
6
## 11.4 - 2019-06-25
4
7
5
8
- [ #3 ] ( https://github.com/xenit-eu/docker-postgres/issues/3 ) : Enable pglogical install on version 11
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
- baseImage = ' postgres:11.4 '
36
- tags = [' 11' , ' 11.4 ' , ' latest' ]
35
+ baseImage = ' postgres:11.5 '
36
+ tags = [' 11' , ' 11.5 ' , ' latest' ]
37
37
}
38
38
}
39
39
You can’t perform that action at this time.
0 commit comments