Skip to content

Commit

Permalink
Upgrade docker to use postgres 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jorilindell committed Aug 19, 2024
1 parent 3dc8a49 commit deee660
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 deee660

Please sign in to comment.