ci: switch to rust:1.37.0

This commit is contained in:
Stepan Kuzmin 2019-08-28 12:52:12 +03:00
parent d3cc4a55db
commit 9fa2ee4d32
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: circleci/rust:1.36.0 - image: circleci/rust:1.37.0
environment: environment:
DATABASE_URL: postgres://postgres@localhost/test DATABASE_URL: postgres://postgres@localhost/test
RUST_LOG: actix_web=debug,postgres=debug,martin=debug RUST_LOG: actix_web=debug,postgres=debug,martin=debug

View File

@ -1,4 +1,4 @@
FROM ekidd/rust-musl-builder:1.36.0 as builder FROM ekidd/rust-musl-builder:1.37.0 as builder
ADD . . ADD . .
RUN sudo chmod -R 0777 * RUN sudo chmod -R 0777 *