Skip to content

Commit 025b886

Browse files
committed
Update version + update Dockerfile-devel.
1 parent cea75c2 commit 025b886

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "chirpstack-udp-bridge"
33
repository="https://github.com/brocaar/chirpstack-udp-bridge/"
44
license="MIT"
5-
version = "3.0.0-test.1"
5+
version = "3.0.0"
66
authors = ["Orne Brocaar <info@brocaar.com>"]
77
edition = "2018"
88
publish = false

Dockerfile-devel

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
FROM rust:1.45-stretch
1+
FROM rust:1.62.1-buster
22

33
# required by bingen
44
RUN apt-get update && \
55
apt-get install -y \
66
build-essential \
77
cmake \
8-
clang-3.9 \
9-
libclang-3.9-dev \
10-
llvm-3.9-dev \
8+
clang \
9+
libclang-dev \
10+
llvm-dev \
1111
git && \
1212
apt-get clean
1313

@@ -23,7 +23,7 @@ linker = "arm-linux-gnueabihf-gcc"\n'\
2323
RUN mkdir -p /tmp
2424
RUN cd /tmp && git clone https://github.com/seife/opkg-utils.git && cd /tmp/opkg-utils && PREFIX=/usr make install
2525

26-
ENV LLVM_CONFIG_PATH=llvm-config-3.9
26+
ENV LLVM_CONFIG_PATH=llvm-config
2727
ENV PROJECT_PATH=/chirpstack-udp-bridge
2828
RUN mkdir -p $PROJECT_PATH
2929
WORKDIR $PROJECT_PATH

0 commit comments

Comments
 (0)