File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ Docker Image
123
123
124
124
A ``Dockerfile `` is provided in the ``docker `` directory and based on the
125
125
official 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.
127
127
128
128
.. code-block :: bash
129
129
Original file line number Diff line number Diff line change 1
- FROM postgres:12
1
+ FROM postgres:14
2
2
MAINTAINER Paul Blottiere <
[email protected] >
3
3
4
- ENV POSTGRES_VERSION 12
4
+ ENV POSTGRES_VERSION 14
5
5
ENV POSTGIS_VERSION 3
6
6
7
7
RUN apt-get update \
@@ -47,4 +47,4 @@ RUN apt-get update \
47
47
libxml2-dev
48
48
49
49
RUN 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