Skip to content

Commit 0b5b797

Browse files
authored
K8SPG-852 add PG18 to update image (#1262)
1 parent a1a13cf commit 0b5b797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgresql-containers/build/upgrade/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -ex; \
1414

1515
ENV LC_ALL en_US.utf-8
1616
ENV LANG en_US.utf-8
17-
ARG PG_MAJOR=17
17+
ARG PG_MAJOR=18
1818

1919
RUN set -ex; \
2020
export GNUPGHOME="$(mktemp -d)"; \
@@ -89,7 +89,7 @@ RUN set -ex; \
8989
microdnf clean all; \
9090
rm -rf /var/cache/dnf /var/cache/yum
9191

92-
RUN for pg_version in 16 15 14 13 12; do \
92+
RUN for pg_version in 17 16 15 14 13 12; do \
9393
percona-release enable ppg-${pg_version} release; \
9494
microdnf -y install --nodocs \
9595
percona-pgaudit${pg_version} \

0 commit comments

Comments
 (0)