diff --git a/.circleci/config.yml b/.circleci/config.yml index 03531b3ccb9573854e904e44fccec484b870b1fc..d0f5621731f10875701d11eba9b8cf9e68f711ef 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 9b2d690670017297e9d9a9d7246bb0d5d31a22fb..478d6e48de9c05af191a810284d5ba9b99fd4043 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: