File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ RUN rm -rf /var/lib/apt/lists/*
77
77
78
78
RUN git clone https://github.com/Nelson-numerical-software/nelson.git /nelson
79
79
WORKDIR "/nelson"
80
- RUN git checkout -b v0.6.11
80
+ RUN git checkout -b v0.6.12
81
81
82
82
RUN mkdir /home/nelsonuser
83
83
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ docker run -ti nelson-sio-cli
28
28
docker rmi $( docker images -q) -f
29
29
docker system prune -a
30
30
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
33
33
docker push nelsonsoftware/nelson-sio-cli:latest
34
34
35
35
```
You can’t perform that action at this time.
0 commit comments