diff --git a/11/Dockerfile b/11/Dockerfile index 0fc94fb648..792bc262ea 100644 --- a/11/Dockerfile +++ b/11/Dockerfile @@ -83,7 +83,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 11 -ENV PG_VERSION 11.9-1.pgdg90+1 +ENV PG_VERSION 11.10-1.pgdg90+1 RUN set -ex; \ \