Bump docker image

This commit is contained in:
Steven Fackler 2018-11-28 19:36:25 -08:00
parent 52dd0b6780
commit dead5feeba
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ jobs:
- image: rust:1.30.1
environment:
RUSTFLAGS: -D warnings
- image: sfackler/rust-postgres-test:4
- image: sfackler/rust-postgres-test:5
steps:
- checkout
- *RESTORE_REGISTRY

View File

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