diff --git a/10/Dockerfile b/10/Dockerfile index d34cca049a..13e041160c 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.1-1.pgdg90+1 +ENV PG_VERSION 10.2-1.pgdg90+1 RUN set -ex; \ \