Skip to content
Snippets Groups Projects

Upgrade to PostgreSQL 16

Merged Lars Lingner requested to merge upgrade_postgresql into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
FROM postgres:13-bullseye
FROM postgres:16-bullseye
RUN apt-get update \
&& for POSTGIS_VERSION in 3; do \
Loading