Skip to content

Commit

Permalink
Merge pull request #343 from pgpointcloud/docker_img_pg14
Browse files Browse the repository at this point in the history
Use PG14 docker image
  • Loading branch information
pblottiere committed Sep 1, 2023
2 parents 38de340 + 16c1aab commit d09d45f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Docker Image

A ``Dockerfile`` is provided in the ``docker`` directory and based on the
official PostgreSQL docker image available DockerHub_. The image generated
is based on PostgreSQL 12, PostGIS 3 and the laz-perf support is activated.
is based on PostgreSQL 14, PostGIS 3 and the laz-perf support is activated.

.. code-block:: bash
Expand Down
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:12
FROM postgres:14
MAINTAINER Paul Blottiere <blottiere.paul@gmail.com>

ENV POSTGRES_VERSION 12
ENV POSTGRES_VERSION 14
ENV POSTGIS_VERSION 3

RUN apt-get update \
Expand Down Expand Up @@ -47,4 +47,4 @@ RUN apt-get update \
libxml2-dev

RUN mkdir -p /docker-entrypoint-initdb.d
COPY ./initdb-pgpointcloud.sh /docker-entrypoint-initdb.d/10_pgpointcloud.sh
COPY ./initdb-pgpointcloud.sh /docker-entrypoint-initdb.d/10_pgpointcloud.sh

0 comments on commit d09d45f

Please sign in to comment.