Skip to content

Commit e46267a

Browse files
0.7.2
1 parent 9f4db02 commit e46267a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN rm -rf /var/lib/apt/lists/*
7777

7878
RUN git clone https://github.com/Nelson-numerical-software/nelson.git /nelson
7979
WORKDIR "/nelson"
80-
RUN git checkout -b v0.7.1
80+
RUN git checkout -b v0.7.2
8181

8282
RUN mkdir /home/nelsonuser
8383

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ docker run -ti nelson-sio-cli
2828
docker rmi $(docker images -q) -f
2929
docker system prune -a
3030

31-
docker build -t nelsonsoftware/nelson-sio-cli:latest -t nelsonsoftware/nelson-sio-cli:v0.7.1 .
32-
docker push nelsonsoftware/nelson-sio-cli:v0.7.1
31+
docker build -t nelsonsoftware/nelson-sio-cli:latest -t nelsonsoftware/nelson-sio-cli:v0.7.2 .
32+
docker push nelsonsoftware/nelson-sio-cli:v0.7.2
3333
docker push nelsonsoftware/nelson-sio-cli:latest
3434

3535
```

0 commit comments

Comments
 (0)