Skip to content

Commit

Permalink
bump 16 to beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
thanodnl committed Aug 18, 2023
1 parent 39f2182 commit e2652d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit e2652d9

Please sign in to comment.