use released pg16.0

pull/7102/head
Nils Dijk 2023-09-15 13:16:10 +00:00
parent d74a61d227
commit 6e6c1382bf
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ RUN cp -r .pgenv/src .pgenv/pgsql-* .pgenv/config .pgenv-staging/
RUN rm .pgenv-staging/config/default.conf
FROM base AS pg16
RUN pgenv build 16rc1
RUN pgenv build 16.0
RUN rm .pgenv/src/*.tar*
RUN make -C .pgenv/src/postgresql-*/ clean
RUN make -C .pgenv/src/postgresql-*/src/include install
@ -187,7 +187,7 @@ COPY --chown=citus:citus .psqlrc .
RUN sudo chown --from=root:root citus:citus -R ~
# sets default pg version
RUN pgenv switch 16rc1
RUN pgenv switch 16.0
# make connecting to the coordinator easy
ENV PGPORT=9700