Skip to content

Commit

Permalink
v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Jul 29, 2022
1 parent c59cad3 commit ce34f42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
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.6.6
RUN git checkout -b v0.6.7

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,7 +34,7 @@ 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.6.5 .
docker push nelsonsoftware/nelson:v0.6.5
docker build -t nelsonsoftware/nelson:latest -t nelsonsoftware/nelson:v0.6.7 .
docker push nelsonsoftware/nelson:v0.6.7
docker push nelsonsoftware/nelson:latest
```

0 comments on commit ce34f42

Please sign in to comment.