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 @@ -123,7 +123,7 @@ Docker Image
123123
124124A ``Dockerfile `` is provided in the ``docker `` directory and based on the
125125official PostgreSQL docker image available DockerHub _. The image generated
126- is based on PostgreSQL 12 , PostGIS 3 and the laz-perf support is activated.
126+ is based on PostgreSQL 14 , PostGIS 3 and the laz-perf support is activated.
127127
128128.. code-block :: bash
129129
Original file line number Diff line number Diff line change 1- FROM postgres:12
1+ FROM postgres:14
22MAINTAINER Paul Blottiere <blottiere.paul@gmail.com>
33
4- ENV POSTGRES_VERSION 12
4+ ENV POSTGRES_VERSION 14
55ENV POSTGIS_VERSION 3
66
77RUN apt-get update \
@@ -47,4 +47,4 @@ RUN apt-get update \
4747 libxml2-dev
4848
4949RUN mkdir -p /docker-entrypoint-initdb.d
50- COPY ./initdb-pgpointcloud.sh /docker-entrypoint-initdb.d/10_pgpointcloud.sh
50+ COPY ./initdb-pgpointcloud.sh /docker-entrypoint-initdb.d/10_pgpointcloud.sh
You can’t perform that action at this time.
0 commit comments