Skip to content

Commit

Permalink
v0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Oct 27, 2023
1 parent a1e2257 commit 99de197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
FROM ubuntu:22.04
LABEL maintainer="Allan CORNET [email protected]"

RUN apt update;
RUN apt -q update;
RUN apt -y upgrade;
RUN apt -y install build-essential;
RUN apt -y install git;
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```

0 comments on commit 99de197

Please sign in to comment.