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 20
20
FROM ubuntu:24.04
21
21
LABEL maintainer=
"Allan CORNET [email protected] "
22
22
23
- ENV NELSON_VERSION 1.6 .0.4208
23
+ ENV NELSON_VERSION 1.7 .0.4255
24
24
25
25
RUN apt -q update;
26
26
RUN apt -y upgrade;
@@ -72,7 +72,7 @@ RUN apt-get install -y python3;
72
72
RUN apt-get install -y python3-numpy;
73
73
74
74
75
- RUN wget https://github.com/nelson-lang/nelson/releases/download/v1.6 .0/nelson-Ubuntu-24.04-v${NELSON_VERSION}.deb
75
+ RUN wget https://github.com/nelson-lang/nelson/releases/download/v1.7 .0/nelson-Ubuntu-24.04-v${NELSON_VERSION}.deb
76
76
77
77
RUN rm -rf /var/lib/apt/lists/*
78
78
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ docker run -ti nelson-sio-cli
28
28
docker rmi $( docker images -q) -f
29
29
docker system prune -a
30
30
31
- export NELSON_VERSION=1.6 .0
31
+ export NELSON_VERSION=1.7 .0
32
32
docker build -t nelsonsoftware/nelson-sio-cli:latest -t nelsonsoftware/nelson-sio-cli:v$NELSON_VERSION .
33
33
docker push nelsonsoftware/nelson-sio-cli:v$NELSON_VERSION
34
34
docker push nelsonsoftware/nelson-sio-cli:latest
You can’t perform that action at this time.
0 commit comments