Skip to content
Snippets Groups Projects
Commit 8bea0eb6 authored by Ludovic Claude's avatar Ludovic Claude
Browse files

[CI] Update images

parent bf32eb6a
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment