浏览代码

BREAKING feat(dbapi): bump Postgres to 13

Manual database upgrade required. Details:
https://www.postgresql.org/docs/13/upgrading.html
Peter Thomassen 4 年之前
父节点
当前提交
47a05e9231
共有 1 个文件被更改,包括 1 次插入1 次删除
  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