Browse Source

💚 changed postgres version

pull/1/head
Francois Lannoy 6 years ago
parent
commit
0a1c1dff25
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -25,7 +25,7 @@ jobs:
CONDUIT_SECRET: 'something-really-secret'
FLASK_DEBUG: 1
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb
- image: circleci/postgres:9.6.5-alpine
- image: circleci/postgres:9.6.2-alpine
environment:
POSTGRES_USER: myUsr
POSTGRES_DB: psdb

Loading…
Cancel
Save