From 0aa390ceb9253af36438ceb67f639974d0764f22 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Fri, 20 Apr 2018 10:47:13 +0200 Subject: [PATCH] Update default versions of PostgresRAW --- settings.default.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.default.sh b/settings.default.sh index 9be5b41..a0dd9ff 100644 --- a/settings.default.sh +++ b/settings.default.sh @@ -14,7 +14,7 @@ # DATABASES # Service Parameters : ${DB_IMAGE:="hbpmip/postgresraw"} -: ${DB_VERSION:=":v1.4"} +: ${DB_VERSION:=":v1.4.1"} # 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