Skip to content

Commit e3e30e5

Browse files
v0.6.12
1 parent 34dc281 commit e3e30e5

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.6.11
80+
RUN git checkout -b v0.6.12
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.6.11 .
32-
docker push nelsonsoftware/nelson-sio-cli:v0.6.11
31+
docker build -t nelsonsoftware/nelson-sio-cli:latest -t nelsonsoftware/nelson-sio-cli:v0.6.12 .
32+
docker push nelsonsoftware/nelson-sio-cli:v0.6.12
3333
docker push nelsonsoftware/nelson-sio-cli:latest
3434

3535
```

0 commit comments

Comments
 (0)