Skip to content

Commit 96b81f3

Browse files
committed
postgres 14
1 parent e4768f4 commit 96b81f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:11.6
1+
FROM postgres:14
22

33
MAINTAINER Jan Dedek <[email protected]>
44

@@ -10,6 +10,8 @@ RUN curl -L https://postgres.cz/data/czech.tar.gz \
1010
&& rm -rf /tmp/fulltext_dicts/
1111

1212
ADD czech.stop /usr/share/postgresql/$PG_MAJOR/tsearch_data/
13+
14+
#snowball
1315
ADD dict_snowball.so /usr/lib/postgresql/$PG_MAJOR/lib/
1416

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

0 commit comments

Comments
 (0)