Skip to content

Commit

Permalink
Update Rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-alpaca committed Apr 25, 2022
1 parent 8877489 commit 842efe2
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 148 deletions.
5 changes: 2 additions & 3 deletions Dockerfile-rust
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
FROM rust:1.51
FROM rust:1.60

ENV PROJECT_PATH=/chirpstack-api
RUN apt-get update && \
apt-get install -y make git bash && \
apt-get install -y make git bash protobuf-compiler && \
apt-get clean

RUN git clone https://github.com/googleapis/googleapis.git /googleapis

RUN rustup component add rustfmt

RUN mkdir -p $PROJECT_PATH
COPY . $PROJECT_PATH
Expand Down

0 comments on commit 842efe2

Please sign in to comment.