Bump docker image
This commit is contained in:
parent
52dd0b6780
commit
dead5feeba
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
version: '2'
|
||||
services:
|
||||
postgres:
|
||||
image: "sfackler/rust-postgres-test:4"
|
||||
image: "sfackler/rust-postgres-test:5"
|
||||
ports:
|
||||
- 5433:5433
|
||||
|
Loading…
Reference in New Issue
Block a user