Skip to content

Commit

Permalink
install postgresql-15
Browse files Browse the repository at this point in the history
otherwise it will break on pg_dump version mismatch in topgun tests

Signed-off-by: Rui Yang <[email protected]>
  • Loading branch information
Rui Yang committed Sep 26, 2023
1 parent d7f2740 commit ddf4d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/unit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ apt-get update && apt-get install -y google-cloud-sdk google-cloud-sdk-gke-gclou
ENV DEBIAN_FRONTEND noninteractive
RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
RUN add-apt-repository "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main"
RUN apt-get update && apt-get -y install postgresql-13
ENV PATH $PATH:/usr/lib/postgresql/13/bin
RUN apt-get update && apt-get -y install postgresql-15
ENV PATH $PATH:/usr/lib/postgresql/15/bin

# install Node 16.x
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
Expand Down

0 comments on commit ddf4d50

Please sign in to comment.