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 e829081 commit 014c571Copy full SHA for 014c571
postgres/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM postgres:13
+FROM postgres:17
2
3
MAINTAINER Martin Peck <[email protected]>
4
@@ -10,8 +10,8 @@ RUN apt-get update && \
10
apt-transport-https \
11
libcurl3-gnutls \
12
gawk \
13
- postgresql-13-pgvector \
14
- postgresql-plperl-13 \
+ postgresql-17-pgvector \
+ postgresql-plperl-17 \
15
&& localedef -i ru_RU -c -f UTF-8 -A /usr/share/locale/locale.alias ru_RU.UTF-8 \
16
&& rm -rf /var/lib/apt/lists/*
17
0 commit comments