deploy: d09d45f31bc591a52c146a1538246edaea440d33

This commit is contained in:
pblottiere 2023-09-01 06:49:06 +00:00
parent c3d8e47548
commit 558f3d6d32
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -206,7 +206,7 @@ You can use <code class="docutils literal notranslate"><span class="pre">make</s
<h2>Docker Image<a class="headerlink" href="#docker-image" title="Permalink to this heading"></a></h2>
<p>A <code class="docutils literal notranslate"><span class="pre">Dockerfile</span></code> is provided in the <code class="docutils literal notranslate"><span class="pre">docker</span></code> directory and based on the
official PostgreSQL docker image available <a class="reference external" href="https://hub.docker.com/_/postgres">DockerHub</a>. The image generated
is based on PostgreSQL 12, PostGIS 3 and the laz-perf support is activated.</p>
is based on PostgreSQL 14, PostGIS 3 and the laz-perf support is activated.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>docker<span class="w"> </span>build<span class="w"> </span>--rm<span class="w"> </span>-t<span class="w"> </span>pgpointcloud<span class="w"> </span>docker/
</pre></div>
</div>

File diff suppressed because one or more lines are too long