diff --git a/apps/pgsql/patroni/docker/Dockerfile b/apps/pgsql/patroni/docker/Dockerfile index 86b64b25..717dc6ee 100644 --- a/apps/pgsql/patroni/docker/Dockerfile +++ b/apps/pgsql/patroni/docker/Dockerfile @@ -1,3 +1,7 @@ +# Note: +# This Dockerfile is no longer maintained and has been replaced with another: +# https://github.com/bcgov/patroni-postgres-container/blob/master/Dockerfile +# ----------------------------------------------------------------------------- FROM postgres:11 MAINTAINER Alexander Kukushkin ENV PATRONI_VERSION=1.6.5