From a8613f4cda3e932245f09c4d0f6733462b14b582 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 11 Oct 2019 18:02:23 +0000 Subject: [PATCH] Update to 12.0-2.pgdg100+1 --- 12/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/Dockerfile b/12/Dockerfile index 91e24b4bce..274932e1ca 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -71,7 +71,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 12 -ENV PG_VERSION 12.0-1.pgdg100+1 +ENV PG_VERSION 12.0-2.pgdg100+1 RUN set -ex; \ \