Skip to content

Commit 16c1aab

Browse files
committed
Use PG14 docker image
1 parent 38de340 commit 16c1aab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Docker Image
123123

124124
A ``Dockerfile`` is provided in the ``docker`` directory and based on the
125125
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.
127127

128128
.. code-block:: bash
129129

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM postgres:12
1+
FROM postgres:14
22
MAINTAINER Paul Blottiere <blottiere.paul@gmail.com>
33

4-
ENV POSTGRES_VERSION 12
4+
ENV POSTGRES_VERSION 14
55
ENV POSTGIS_VERSION 3
66

77
RUN apt-get update \
@@ -47,4 +47,4 @@ RUN apt-get update \
4747
libxml2-dev
4848

4949
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

0 commit comments

Comments
 (0)