File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM postgres:18-trixie
22
33LABEL maintainer="HIPAA Postgres w/ PostGIS Project" \
4- org.opencontainers.image.description="PostGIS 3.6.0+dfsg-1 .pgdg13+1 spatial database extension with PostgreSQL 18 trixie" \
4+ org.opencontainers.image.description="PostGIS 3.6.0+dfsg-2 .pgdg13+1 spatial database extension with PostgreSQL 18 trixie" \
55 org.opencontainers.image.source="https://github.com/netreconlab/hipaa-postgres/"
66
77ENV POSTGIS_MAJOR=3
8- ENV POSTGIS_VERSION=3.6.0+dfsg-1 .pgdg13+1
8+ ENV POSTGIS_VERSION=3.6.0+dfsg-2 .pgdg13+1
99ENV POSTGRES_INITDB_ARGS="--data-checksums"
1010
1111RUN apt-get update \
Original file line number Diff line number Diff line change 11FROM postgres:18-trixie
22
33LABEL maintainer="HIPAA Postgres w/ PostGIS Project" \
4- org.opencontainers.image.description="PostGIS 3.5.2+dfsg-1.pgdg110 +1 spatial database extension and PGPool with PostgreSQL 18 trixie" \
4+ org.opencontainers.image.description="PostGIS 3.5.2+dfsg-2.pgdg13 +1 spatial database extension and PGPool with PostgreSQL 18 trixie" \
55 org.opencontainers.image.source="https://github.com/netreconlab/hipaa-postgres/"
66
77ENV POSTGIS_MAJOR=3
8- ENV POSTGIS_VERSION=3.6.0+dfsg-1 .pgdg13+1
8+ ENV POSTGIS_VERSION=3.6.0+dfsg-2 .pgdg13+1
99ENV POSTGRES_INITDB_ARGS="--data-checksums"
1010
1111RUN apt-get update \
You can’t perform that action at this time.
0 commit comments