[fix:10]修改默认安装版本为10.12*,修复更改源后子版本不一致无法安装问题

This commit is contained in:
2020-05-21 09:06:44 +08:00
parent e72239a155
commit 11c396972a
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -1,7 +1,7 @@
FROM colovu/ubuntu:18.04
ENV PG_MAJOR=10 \
PG_VERSION="10.12-2.pgdg18.04+1" \
PG_VERSION="10.12*" \
GPG_KEY='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' \
PGDATA=/srv/data/postgresql \
PATH=$PATH:/usr/lib/postgresql/10/bin