Skip to content

Commit

Permalink
Merge pull request #178 from andersinno/docker-postgresql-14
Browse files Browse the repository at this point in the history
Upgrade docker to use postgres 14
  • Loading branch information
jorilindell authored Aug 19, 2024
2 parents 77775aa + bc7a9ac commit 2449564
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM postgres:10
FROM postgres:14

RUN apt-get update && apt-get install --no-install-recommends -y \
postgis postgresql-10-postgis-2.5 postgresql-10-postgis-2.5-scripts
postgis postgresql-14-postgis-3 postgresql-14-postgis-3-scripts \
&& apt-get clean

RUN localedef -i fi_FI -c -f UTF-8 -A /usr/share/locale/locale.alias fi_FI.UTF-8

Expand Down

0 comments on commit 2449564

Please sign in to comment.