Skip to content
Snippets Groups Projects
Commit a43b9ad1 authored by Raphael Das Gupta's avatar Raphael Das Gupta
Browse files

Merge tag 'v3.11.4' into develop

fix worker image build
parents e85d1eb3 e70b9514
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ RUN echo 'deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main' $PG_MAJ
postgresql-${PG_MAJOR} \
postgresql-contrib-${PG_MAJOR} \
postgresql-${PG_MAJOR}-postgis-${POSTGIS_MAJOR} \
postgresql-${PG_MAJOR}-postgis-scripts \
postgresql-${PG_MAJOR}-postgis-${POSTGIS_MAJOR}-scripts \
postgresql-server-dev-${PG_MAJOR} \
postgresql-contrib-${PG_MAJOR} \
&& DEBIAN_FRONTEND=noninteractive apt-get clean \
......
__version__ = 'v3.11.2'
__version__ = 'v3.11.4'
__all__ = [
'__version__',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment