From 88341a435106ea0c9a805ff305bf486f81f56e0c Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 18 Oct 2018 16:03:52 +0000 Subject: [PATCH] Update to 11.0-1.pgdg90+2 --- 11/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/Dockerfile b/11/Dockerfile index eb36060eaa..ebaf248f7d 100644 --- a/11/Dockerfile +++ b/11/Dockerfile @@ -71,7 +71,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 11 -ENV PG_VERSION 11~rc1-1.pgdg90+1 +ENV PG_VERSION 11.0-1.pgdg90+2 RUN set -ex; \ \