Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM postgres:17-bullseye

LABEL maintainer="HIPAA Postgres w/ PostGIS Project" \
org.opencontainers.image.description="PostGIS 3.5.1+dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 17 bullseye" \
org.opencontainers.image.description="PostGIS 3.5.2+dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 17 bullseye" \
org.opencontainers.image.source="https://github.com/netreconlab/hipaa-postgres/"

ENV POSTGIS_MAJOR=3
ENV POSTGIS_VERSION=3.5.1+dfsg-1.pgdg110+1
ENV POSTGIS_VERSION=3.5.2+dfsg-1.pgdg110+1
ENV POSTGRES_INITDB_ARGS="--data-checksums"

RUN apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.pgpool
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM postgres:17-bullseye

LABEL maintainer="HIPAA Postgres w/ PostGIS Project" \
org.opencontainers.image.description="PostGIS 3.5.1+dfsg-1.pgdg110+1 spatial database extension and PGPool with PostgreSQL 17 bullseye" \
org.opencontainers.image.description="PostGIS 3.5.2+dfsg-1.pgdg110+1 spatial database extension and PGPool with PostgreSQL 17 bullseye" \
org.opencontainers.image.source="https://github.com/netreconlab/hipaa-postgres/"

ENV POSTGIS_MAJOR=3
ENV POSTGIS_VERSION=3.5.1+dfsg-1.pgdg110+1
ENV POSTGIS_VERSION=3.5.2+dfsg-1.pgdg110+1
ENV POSTGRES_INITDB_ARGS="--data-checksums"

RUN apt-get update \
Expand Down
Loading