From f46d0681096f51ea785f788cbbe473a2f15aebdb Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Tue, 20 Mar 2018 17:23:31 +0100 Subject: [PATCH] Update to latest PostgresRAW version --- settings.default.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.default.sh b/settings.default.sh index 11b8d40..9be5b41 100644 --- a/settings.default.sh +++ b/settings.default.sh @@ -14,7 +14,7 @@ # DATABASES # Service Parameters : ${DB_IMAGE:="hbpmip/postgresraw"} -: ${DB_VERSION:=":v1.3"} +: ${DB_VERSION:=":v1.4"} # If you want to expose the DB, you have to adapt the values below, as well # as uncomment the port section in the docker-compose.yml file. : ${DB_HOST:="db"} # Internal hostname, if NOT exposed, defined in docker-compose.yml