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; \ \