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 d1df94a commit d271b1bCopy full SHA for d271b1b
README.md
@@ -15,6 +15,8 @@ Current PostgreSQL versions available:
15
* 10
16
* 11
17
* 12
18
+* 13
19
+* 14
20
21
# Building images
22
manage_images
@@ -8,7 +8,7 @@ SCRIPT=$(basename ${0})
8
9
# Supported distributions and PostgreSQL versions
10
SUPPORTEDDISTROS="centos7 ubuntu18.04 ubuntu20.04"
11
-SUPPORTEDPGVERS="9.3 9.4 9.5 9.6 10 11 12 13"
+SUPPORTEDPGVERS="9.3 9.4 9.5 9.6 10 11 12 13 14"
12
13
# Parameters for docker
14
GID=$(id -G|cut -d' ' -f1)
0 commit comments