Skip to content

Commit

Permalink
Update pg_restore to v15 (#7346)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoilie authored Jan 26, 2024
1 parent 07bab83 commit f1359a9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions packages/discovery-provider/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,11 @@ RUN curl -O 'http://openresty.org/package/admin@openresty.com-5ea678a6.rsa.pub'
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.10/main' >> /etc/apk/repositories && \
apk update && \
apk add \
libpq=11.12-r0 \
postgresql-client=11.12-r0 \
postgresql-contrib=11.12-r0 \
postgresql-dev=11.12-r0 \
postgresql-libs=11.12-r0 \
postgresql=11.12-r0
libpq=15.5-r0 \
postgresql15-client=15.5-r0 \
postgresql15-contrib=15.5-r0 \
postgresql15-dev=15.5-r0 \
postgresql15=15.5-r0

RUN python3 -m pip install --upgrade pip

Expand Down

0 comments on commit f1359a9

Please sign in to comment.