diff --git a/9.5/Dockerfile b/9.5/Dockerfile index 442a44c4c5..66b12a5086 100644 --- a/9.5/Dockerfile +++ b/9.5/Dockerfile @@ -47,7 +47,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 9.5 -ENV PG_VERSION 9.5.10-2~35.gitb212664.pgdg80+1 +ENV PG_VERSION 9.5.11-1.pgdg80+1 RUN set -ex; \ \