1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-19 16:17:24 +03:00

Move dockerfile to postgresql 15

This commit is contained in:
secwall 2022-10-22 13:57:07 +03:00
parent b622d55b46
commit 3792a974c7

View File

@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y software-properties-common locales && \
ENV LANG en_US.utf8
ENV DEBIAN_FRONTEND noninteractive
ENV PG_MAJOR 14
ENV PG_MAJOR 15
RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ focal-pgdg main' $PG_MAJOR > /etc/apt/sources.list.d/pgdg.list