Skip to content
Snippets Groups Projects

Relied on debian based containers

Merged Felix Delattre requested to merge hotfix/postgis-extension into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
FROM postgres:13
FROM postgres:13-bullseye
RUN apt-get update \
&& for POSTGIS_VERSION in 3; do \
Loading