We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574cad6 commit 792879fCopy full SHA for 792879f
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM postgres:9.6
+FROM postgres:11.6
2
3
MAINTAINER Tomas Jelen <[email protected]>
4
5
RUN apt-get update && apt-get install -y curl
6
7
RUN curl https://postgres.cz/data/czech.tar.gz \
8
| tar -xzC /tmp/ \
9
- && mv /tmp/fulltext_dicts/czech.* /usr/share/postgresql/9.6/tsearch_data/
+ && mv /tmp/fulltext_dicts/czech.* /usr/share/postgresql/11/tsearch_data/
10
11
ADD add-tsearch-czech.sh docker-entrypoint-initdb.d/
README.md
@@ -7,3 +7,4 @@ The official `postgres` docker with Czech full-text search dictionaries pulled f
* `9.4` Based on `postgres:9.4`
* `9.5` Based on `postgres:9.5`
* `9.6` Based on `postgres:9.6`
+* `11.6` Based on `postgres:11.6`
0 commit comments