Upgrade to 10-beta2

This commit is contained in:
Steven Fackler 2017-07-15 12:49:42 -07:00
parent 23ce49e57b
commit 7069c57660
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

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

View File

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