From 8bea0eb6d0083316c5a9bcd01051af0d652f8f0e Mon Sep 17 00:00:00 2001
From: Ludovic Claude <ludovic.claude54@gmail.com>
Date: Tue, 21 May 2019 15:30:38 +0200
Subject: [PATCH] [CI] Update images

---
 .circleci/config.yml     | 2 +-
 tests/docker-compose.yml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 03531b3cc..d0f562173 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -7,7 +7,7 @@ jobs:
   build:
     working_directory: ~/src
     docker:
-      - image: hbpmip/docker-compose-for-ci:18.09-1
+      - image: hbpmip/docker-compose-for-ci:18.09-5
     environment:
        - CIRCLECI: true
     steps:
diff --git a/tests/docker-compose.yml b/tests/docker-compose.yml
index 9b2d69067..478d6e48d 100644
--- a/tests/docker-compose.yml
+++ b/tests/docker-compose.yml
@@ -3,7 +3,7 @@ services:
 
   # Expose the database to the host
   db:
-    image: postgres:9.6.5-alpine
+    image: postgres:11.3-alpine
     ports:
       - "5432:5432"
     hostname: db
@@ -21,7 +21,7 @@ services:
       - TARGETS=db:5432
 
   create_dbs:
-    image: "hbpmip/create-databases:1.0.0"
+    image: "hbpmip/create-databases:1.1.0"
     restart: "no"
     networks:
       - portal-bridge
@@ -59,7 +59,7 @@ services:
       - db
 
   sample_db_setup:
-    image: "hbpmip/sample-data-db-setup:0.7.0"
+    image: "hbpmip/sample-data-db-setup:0.7.1"
     container_name: "data-db-setup"
     restart: "no"
     networks:
-- 
GitLab