Upgrade PG to 10.7

This commit is contained in:
Thomas O'Neill 2019-04-12 15:24:37 -04:00
parent ed29aaa96c
commit 30d525c8fb

View File

@ -1,4 +1,4 @@
FROM postgres:9.6-alpine
FROM postgres:10.7-alpine
MAINTAINER Zammad <info@zammad.org>
ARG BUILD_DATE