changeset 82:b2deadc0cf17

USPSR-2298 Update usps db image to ssdt-postgres:3
author Matt Calmes <calmes@nwoca.org>
date Thu, 25 Aug 2016 16:19:15 +0100
parents 53671513b240
children 5fae3adac2af
files compose/preview/usps.yml trainingdb/Dockerfile
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/compose/preview/usps.yml	Mon Apr 11 17:46:42 2016 -0400
+++ b/compose/preview/usps.yml	Thu Aug 25 16:19:15 2016 +0100
@@ -1,7 +1,7 @@
 # base compose file for usps preview release
 uspsdb:
   restart: unless-stopped
-  image: docker.ssdt.io/ssdt-postgres:2
+  image: docker.ssdt.io/ssdt-postgres:3
   volumes:
     - ${PWD}/backup:/backup
   environment:
--- a/trainingdb/Dockerfile	Mon Apr 11 17:46:42 2016 -0400
+++ b/trainingdb/Dockerfile	Thu Aug 25 16:19:15 2016 +0100
@@ -1,5 +1,5 @@
 
-FROM docker.ssdt.io/ssdt-postgres:2
+FROM docker.ssdt.io/ssdt-postgres:3
 
 MAINTAINER Dave Smith smith@nwoca.org