diff --git a/10/Dockerfile b/10/Dockerfile index e541bac0ed..76b5cc2a19 100644 --- a/10/Dockerfile +++ b/10/Dockerfile @@ -47,7 +47,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 10 -ENV PG_VERSION 10~rc1-1.pgdg90+1 +ENV PG_VERSION 10.0-1.pgdg90+1 RUN set -ex; \ \