Browse Source

BREAKING feat(dbapi): bump Postgres to 13

Manual database upgrade required. Details:
https://www.postgresql.org/docs/13/upgrading.html
Peter Thomassen 4 years ago
parent
commit
47a05e9231
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dbapi/Dockerfile

+ 1 - 1
dbapi/Dockerfile

@@ -1,4 +1,4 @@
-FROM postgres:12-alpine
+FROM postgres:13-alpine
 
 RUN apk add --no-cache pwgen