Use Postgres 10 for CI
This commit is contained in:
parent
762a7aef7f
commit
b7791509d0
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
version: '2'
|
||||
services:
|
||||
postgres:
|
||||
image: "sfackler/rust-postgres-test:2"
|
||||
image: "sfackler/rust-postgres-test:3"
|
||||
ports:
|
||||
- 5433:5433
|
||||
|
@ -1,3 +1,3 @@
|
||||
FROM postgres:10-beta2
|
||||
FROM postgres:10.0
|
||||
|
||||
COPY sql_setup.sh /docker-entrypoint-initdb.d/
|
||||
|
Loading…
Reference in New Issue
Block a user