We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092f7ec commit 593d41eCopy full SHA for 593d41e
Dockerfile
@@ -1,11 +1,11 @@
1
FROM postgres:17-bullseye
2
3
LABEL maintainer="HIPAA Postgres w/ PostGIS Project" \
4
- org.opencontainers.image.description="PostGIS 3.6.0+dfsg-1.pgdg13+1 spatial database extension with PostgreSQL 17 bullseye" \
+ org.opencontainers.image.description="PostGIS 3.6.0+dfsg-2.pgdg13+1 spatial database extension with PostgreSQL 17 bullseye" \
5
org.opencontainers.image.source="https://github.com/netreconlab/hipaa-postgres/"
6
7
ENV POSTGIS_MAJOR=3
8
-ENV POSTGIS_VERSION=3.6.0+dfsg-1.pgdg13+1
+ENV POSTGIS_VERSION=3.6.0+dfsg-2.pgdg13+1
9
ENV POSTGRES_INITDB_ARGS="--data-checksums"
10
11
RUN apt-get update \
0 commit comments