diff --git a/12/Dockerfile b/12/Dockerfile index 91e24b4bce..274932e1ca 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -71,7 +71,7 @@ RUN set -ex; \ apt-key list ENV PG_MAJOR 12 -ENV PG_VERSION 12.0-1.pgdg100+1 +ENV PG_VERSION 12.0-2.pgdg100+1 RUN set -ex; \ \