1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-10-05 16:17:14 +03:00

Move dockerfile to postgresql 16

This commit is contained in:
secwall 2023-12-31 18:30:37 +03:00
parent 382edfeca9
commit 609549c111

View File

@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y ca-certificates locales && \
ENV LANG en_US.utf8
ENV DEBIAN_FRONTEND noninteractive
ENV PG_MAJOR 15
ENV PG_MAJOR 16
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ jammy-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list
RUN echo 'deb https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu/ jammy main' > /etc/apt/sources.list.d/deadsnakes-ubuntu-ppa.list