From 8f031df044100c6f6dfb036e1aae76439173245c Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Thu, 23 Feb 2023 14:39:05 +0100
Subject: [PATCH] README.md update docker version

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bca8dcf..652cc71 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,10 @@ Then run the following command:
 cargo install --git http://gitbio.ens-lyon.fr/LBMC/Bernard/bamcalib.git
 ```
 
-You can also use the `lbmc/bamcalib:0.1.0` Docker image
+You can also use the `lbmc/bamcalib:0.1.1` Docker image
 
 ```sh
-docker run -it lbmc/bamcalib:0.1.0 bamcalib
+docker run -it lbmc/bamcalib:0.1.1 bamcalib
 ```
 
 ## Usage
-- 
GitLab