Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b779150

Browse files
committed
Use Postgres 10 for CI
1 parent 762a7ae commit b779150

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
working_directory: ~/build
2929
docker:
3030
- image: rust:1.19.0
31-
- image: sfackler/rust-postgres-test:2
31+
- image: sfackler/rust-postgres-test:3
3232
steps:
3333
- checkout
3434
- run: apt-get update

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: '2'
22
services:
33
postgres:
4-
image: "sfackler/rust-postgres-test:2"
4+
image: "sfackler/rust-postgres-test:3"
55
ports:
66
- 5433:5433

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM postgres:10-beta2
1+
FROM postgres:10.0
22

33
COPY sql_setup.sh /docker-entrypoint-initdb.d/

0 commit comments

Comments
 (0)