Skip to content

Commit 792879f

Browse files
committed
Added 11.6 support
1 parent 574cad6 commit 792879f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM postgres:9.6
1+
FROM postgres:11.6
22

33
MAINTAINER Tomas Jelen <[email protected]>
44

55
RUN apt-get update && apt-get install -y curl
66

77
RUN curl https://postgres.cz/data/czech.tar.gz \
88
| tar -xzC /tmp/ \
9-
&& mv /tmp/fulltext_dicts/czech.* /usr/share/postgresql/9.6/tsearch_data/
9+
&& mv /tmp/fulltext_dicts/czech.* /usr/share/postgresql/11/tsearch_data/
1010

1111
ADD add-tsearch-czech.sh docker-entrypoint-initdb.d/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ The official `postgres` docker with Czech full-text search dictionaries pulled f
77
* `9.4` Based on `postgres:9.4`
88
* `9.5` Based on `postgres:9.5`
99
* `9.6` Based on `postgres:9.6`
10+
* `11.6` Based on `postgres:11.6`

0 commit comments

Comments
 (0)