From 99de197dd277b2fc019655f4220c665cb9c137b8 Mon Sep 17 00:00:00 2001 From: Allan CORNET Date: Fri, 27 Oct 2023 21:41:03 +0200 Subject: [PATCH] v0.7.10 --- Dockerfile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d6f018d..647c7af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM ubuntu:22.04 LABEL maintainer="Allan CORNET nelson.numerical.computation@gmail.com" -RUN apt update; +RUN apt -q update; RUN apt -y upgrade; RUN apt -y install build-essential; RUN apt -y install git; @@ -77,7 +77,7 @@ RUN rm -rf /var/lib/apt/lists/* RUN git clone https://github.com/Nelson-numerical-software/nelson.git /nelson WORKDIR "/nelson" -RUN git checkout -b v0.7.9 +RUN git checkout -b v0.7.10 RUN mkdir /home/nelsonuser diff --git a/README.md b/README.md index add9a15..6994b62 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ docker run -it --env="DISPLAY" --env="QT_X11_NO_MITSHM=1" --volume="/tmp/.X11-un docker rmi $(docker images -q) -f docker system prune -a -docker build -t nelsonsoftware/nelson:latest -t nelsonsoftware/nelson:v0.7.9 . -docker push nelsonsoftware/nelson:v0.7.9 +docker build -t nelsonsoftware/nelson:latest -t nelsonsoftware/nelson:v0.7.10 . +docker push nelsonsoftware/nelson:v0.7.10 docker push nelsonsoftware/nelson:latest ```