Skip to content

Commit eadffbf

Browse files
authored
Update Dockerfile.pgpool
1 parent 0b053d0 commit eadffbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.pgpool

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM postgres:18-trixie
22

33
LABEL 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.pgdg110+1 spatial database extension and PGPool with PostgreSQL 18 trixie" \
55
org.opencontainers.image.source="https://github.com/netreconlab/hipaa-postgres/"
66

77
ENV 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
99
ENV POSTGRES_INITDB_ARGS="--data-checksums"
1010

1111
RUN apt-get update \

0 commit comments

Comments
 (0)