We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a13cf commit 0b5b797Copy full SHA for 0b5b797
postgresql-containers/build/upgrade/Dockerfile
@@ -14,7 +14,7 @@ RUN set -ex; \
14
15
ENV LC_ALL en_US.utf-8
16
ENV LANG en_US.utf-8
17
-ARG PG_MAJOR=17
+ARG PG_MAJOR=18
18
19
RUN set -ex; \
20
export GNUPGHOME="$(mktemp -d)"; \
@@ -89,7 +89,7 @@ RUN set -ex; \
89
microdnf clean all; \
90
rm -rf /var/cache/dnf /var/cache/yum
91
92
-RUN for pg_version in 16 15 14 13 12; do \
+RUN for pg_version in 17 16 15 14 13 12; do \
93
percona-release enable ppg-${pg_version} release; \
94
microdnf -y install --nodocs \
95
percona-pgaudit${pg_version} \
0 commit comments