Skip to content

Commit

Permalink
Update postgres to 16 to match server version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
drich10 committed Dec 2, 2024
1 parent 29480fa commit 3ec93ae
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-15
ENV PATH $PATH:/usr/lib/postgresql/15/bin
RUN apt-get update && apt-get -y install postgresql-16
ENV PATH $PATH:/usr/lib/postgresql/16/bin

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

0 comments on commit 3ec93ae

Please sign in to comment.