Upgrade to 10-beta2
This commit is contained in:
parent
23ce49e57b
commit
7069c57660
@ -4,7 +4,7 @@ jobs:
|
||||
working_directory: ~/build
|
||||
docker:
|
||||
- image: jimmycuadra/rust:1.18.0
|
||||
- image: sfackler/rust-postgres-test:1
|
||||
- image: sfackler/rust-postgres-test:2
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt-get update
|
||||
|
@ -1,6 +1,6 @@
|
||||
version: '2'
|
||||
services:
|
||||
postgres:
|
||||
image: "sfackler/rust-postgres-test:1"
|
||||
image: "sfackler/rust-postgres-test:2"
|
||||
ports:
|
||||
- 5433:5433
|
||||
|
@ -1,3 +1,3 @@
|
||||
FROM postgres:10-beta1
|
||||
FROM postgres:10-beta2
|
||||
|
||||
COPY sql_setup.sh /docker-entrypoint-initdb.d/
|
||||
|
Loading…
Reference in New Issue
Block a user