From 609549c1110412f7503ef319ac422344207d506c Mon Sep 17 00:00:00 2001 From: secwall <secwall@secwall.me> Date: Sun, 31 Dec 2023 18:30:37 +0300 Subject: [PATCH] Move dockerfile to postgresql 16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f0487b..d8228ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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