From d5c0b9cfd8daaaeca74c2867151d88e5314c389d Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Tue, 21 Mar 2023 15:22:23 +0100 Subject: [PATCH] update version from 1.0.2 to 1.0.3 in readme and docker --- Dockerfile | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index dadca57..5531ba2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later 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 diff --git a/README.md b/README.md index 223e566..4c21525 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ You need `cargo` installed Then run the following command: ```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 -docker run -it lbmc/bamcalib:0.1.2 bamcalib +docker run -it lbmc/bamcalib:0.1.3 bamcalib ``` ## Usage -- GitLab