Skip to content
Snippets Groups Projects
Verified Commit d5c0b9cf authored by Laurent Modolo's avatar Laurent Modolo
Browse files

update version from 1.0.2 to 1.0.3 in readme and docker

parent 0b1920e6
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# SPDX-License-Identifier: AGPL-3.0-or-later # SPDX-License-Identifier: AGPL-3.0-or-later
FROM rust:1.67-alpine3.17 AS build FROM rust:1.67-alpine3.17 AS build
RUN apk add --no-cache musl-dev pkgconfig openssl-dev && cargo install bamcalib --version 0.1.2 RUN apk add --no-cache musl-dev pkgconfig openssl-dev && cargo install bamcalib --version 0.1.3
FROM alpine:3.17 FROM alpine:3.17
......
...@@ -20,13 +20,13 @@ You need `cargo` installed ...@@ -20,13 +20,13 @@ You need `cargo` installed
Then run the following command: Then run the following command:
```sh ```sh
cargo install bamcalib --version 0.1.2 cargo install bamcalib --version 0.1.3
``` ```
You can also use the `lbmc/bamcalib:0.1.2` Docker image You can also use the `lbmc/bamcalib:0.1.3` Docker image
```sh ```sh
docker run -it lbmc/bamcalib:0.1.2 bamcalib docker run -it lbmc/bamcalib:0.1.3 bamcalib
``` ```
## Usage ## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment