mirror of
https://github.com/maplibre/martin.git
synced 2024-12-21 05:41:55 +03:00
ci: switch to rust:1.37.0
This commit is contained in:
parent
d3cc4a55db
commit
9fa2ee4d32
@ -3,7 +3,7 @@ version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/rust:1.36.0
|
||||
- image: circleci/rust:1.37.0
|
||||
environment:
|
||||
DATABASE_URL: postgres://postgres@localhost/test
|
||||
RUST_LOG: actix_web=debug,postgres=debug,martin=debug
|
||||
|
@ -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 . .
|
||||
RUN sudo chmod -R 0777 *
|
||||
|
Loading…
Reference in New Issue
Block a user