From 5a90f17e7aa252798d65b318a84cce09b73d9b05 Mon Sep 17 00:00:00 2001 From: Youen Peron Date: Tue, 26 Nov 2024 16:02:33 +0100 Subject: [PATCH] feat: upgrade lino and pimo --- Dockerfile.debian | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile.debian b/Dockerfile.debian index e7b9e4c..7b2c71a 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -15,8 +15,8 @@ # You should have received a copy of the GNU General Public License # along with LINO. If not, see . -ARG VERSION_PIMO=v1.25.0 -ARG VERSION_LINO=v3.0.1 +ARG VERSION_PIMO=v1.28.1 +ARG VERSION_LINO=v3.0.2 ARG VERSION_SIGO=0.4.0 ARG VERSION_MIMO=0.8.0 ARG VERSION_MILLER=6.11.0 diff --git a/README.md b/README.md index edbda0b..ae1a447 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ LINO Toolbox is suite of Docker images with commands `lino`, `pimo`, `sigo`, `mi To get started with Lino Toolbox and Docker, you'll need to have Docker installed on your system. Once you've done that, you can use the following command to run Lino Toolbox with Docker: ``` -docker run --rm -it  -v $(pwd):/workspace  cgifr/lino-toolbox:v1.4.0-debian +docker run --rm -it  -v $(pwd):/workspace  cgifr/lino-toolbox:v2.1.0-debian ``` This command will start a Docker container with the cgifr/lino-toolbox:v1.4.0-debian image and mount the current working directory on your host machine to the /workspace directory in the container. Once the container finishes running, it will be automatically removed. @@ -16,8 +16,8 @@ This command will start a Docker container with the cgifr/lino-toolbox:v1.4.0-de | Tool | Source | Version | |------|---------|---------| |debian|docker hub|debian:stable-20230904-slim | -|lino |docker hub|cgifr/lino:3.0.1 | -|pimo |docker hub|cgifr/pimo:1.25.0 | +|lino |docker hub|cgifr/lino:3.0.2 | +|pimo |docker hub|cgifr/pimo:1.28.1 | |sigo |github |0.4.0 | |mimo |github |0.8.0 | |mlr |github |6.11.0 |