Use Postgres 10 for CI

This commit is contained in:
Steven Fackler 2017-10-05 14:20:26 -07:00
parent 762a7aef7f
commit b7791509d0
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ jobs:
working_directory: ~/build
docker:
- image: rust:1.19.0
- image: sfackler/rust-postgres-test:2
- image: sfackler/rust-postgres-test:3
steps:
- checkout
- run: apt-get update

View File

@ -1,6 +1,6 @@
version: '2'
services:
postgres:
image: "sfackler/rust-postgres-test:2"
image: "sfackler/rust-postgres-test:3"
ports:
- 5433:5433

View File

@ -1,3 +1,3 @@
FROM postgres:10-beta2
FROM postgres:10.0
COPY sql_setup.sh /docker-entrypoint-initdb.d/