Browse Source

change postgres version

main
MTLantoine 6 years ago
parent
commit
364ae390c3
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -42,7 +42,7 @@ jobs:
API_PORT: 3000 API_PORT: 3000
API_HOST: localhost API_HOST: localhost
API_PROTOCOL: http API_PROTOCOL: http
- image: circleci/postgres:latest
- image: circleci/postgres:13-alpine
environment: environment:
POSTGRES_USER: antoine_mortelier POSTGRES_USER: antoine_mortelier
POSTGRES_DB: psdb POSTGRES_DB: psdb

Loading…
Cancel
Save