Skip to content

Commit 26bc6c0

Browse files
authored
Merge pull request #11 from BudiNverse/0.3.0
0.3.0
2 parents 71d1df9 + c698584 commit 26bc6c0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM rust:latest as builder
33
WORKDIR /home/rust
44
COPY . .
55
RUN cargo build --release --features swisstable
6+
RUN strip ./target/release/justbus-rs
67
ENTRYPOINT ["./target/release/justbus-rs"]
78

89
FROM debian:latest

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<a href="https://github.com/BudiNverse/justbus-rs">
44
<img src="https://img.shields.io/badge/-justbus--rs-blueviolet.svg"/>
55
</a>
6+
<a href="https://github.com/BudiNverse/justbus-rs">
7+
<img src="https://img.shields.io/badge/version-0.3.0-ff69b4"/>
8+
</a>
69
<a href="https://github.com/BudiNverse/justbus-rs">
710
<img src="https://img.shields.io/github/license/BudiNverse/lta-rs"/>
811
</a>

0 commit comments

Comments
 (0)