diff --git a/9.5/Dockerfile b/9.5/Dockerfile index eac77c15d3..a124e46c34 100644 --- a/9.5/Dockerfile +++ b/9.5/Dockerfile @@ -71,7 +71,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 9.5 -ENV PG_VERSION 9.5.14-1.pgdg90+1 +ENV PG_VERSION 9.5.15-1.pgdg90+1 RUN set -ex; \ \