bump 16 to beta3

pull/7102/head
Nils Dijk 2023-08-18 11:49:29 +00:00
parent e8a4cf4a20
commit 6683595d02
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,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 16beta2
RUN pgenv build 16beta3
RUN rm .pgenv/src/*.tar*
RUN make -C .pgenv/src/postgresql-*/ clean
RUN make -C .pgenv/src/postgresql-*/src/include install
@ -172,7 +172,7 @@ COPY --chown=citus:citus .psqlrc .
RUN sudo chown --from=root:root citus:citus -R ~
# sets default pg version
RUN pgenv switch latest 15
RUN pgenv switch latest 16
# make connecting to the coordinator easy
ENV PGPORT=9700