diff --git a/Dockerfile b/Dockerfile index 26b71d4..ee97eea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ FROM postgres:18-trixie LABEL maintainer="HIPAA Postgres w/ PostGIS Project" \ - org.opencontainers.image.description="PostGIS 3.6.0+dfsg-1.pgdg13+1 spatial database extension with PostgreSQL 18 trixie" \ + org.opencontainers.image.description="PostGIS 3.6.0+dfsg-2.pgdg13+1 spatial database extension with PostgreSQL 18 trixie" \ org.opencontainers.image.source="https://github.com/netreconlab/hipaa-postgres/" ENV POSTGIS_MAJOR=3 -ENV POSTGIS_VERSION=3.6.0+dfsg-1.pgdg13+1 +ENV POSTGIS_VERSION=3.6.0+dfsg-2.pgdg13+1 ENV POSTGRES_INITDB_ARGS="--data-checksums" RUN apt-get update \ diff --git a/Dockerfile.pgpool b/Dockerfile.pgpool index 5cdd764..041a6f1 100644 --- a/Dockerfile.pgpool +++ b/Dockerfile.pgpool @@ -1,11 +1,11 @@ FROM postgres:18-trixie LABEL maintainer="HIPAA Postgres w/ PostGIS Project" \ - org.opencontainers.image.description="PostGIS 3.5.2+dfsg-1.pgdg110+1 spatial database extension and PGPool with PostgreSQL 18 trixie" \ + org.opencontainers.image.description="PostGIS 3.5.2+dfsg-2.pgdg13+1 spatial database extension and PGPool with PostgreSQL 18 trixie" \ org.opencontainers.image.source="https://github.com/netreconlab/hipaa-postgres/" ENV POSTGIS_MAJOR=3 -ENV POSTGIS_VERSION=3.6.0+dfsg-1.pgdg13+1 +ENV POSTGIS_VERSION=3.6.0+dfsg-2.pgdg13+1 ENV POSTGRES_INITDB_ARGS="--data-checksums" RUN apt-get update \