From 14f13e4b399ed1848fa24c2c1f5bd40c25732bdd Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 12 Feb 2021 07:02:19 +0000 Subject: [PATCH] Update to 11.11-1.pgdg90+1 --- 11/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/Dockerfile b/11/Dockerfile index 792bc262ea..d3d3c8aef7 100644 --- a/11/Dockerfile +++ b/11/Dockerfile @@ -83,7 +83,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 11 -ENV PG_VERSION 11.10-1.pgdg90+1 +ENV PG_VERSION 11.11-1.pgdg90+1 RUN set -ex; \ \