Skip to content

Commit 1e41136

Browse files
v1.7.0
1 parent ed66ebd commit 1e41136

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
FROM ubuntu:24.04
2121
LABEL maintainer="Allan CORNET [email protected]"
2222

23-
ENV NELSON_VERSION 1.6.0.4208
23+
ENV NELSON_VERSION 1.7.0.4255
2424

2525
RUN apt -q update;
2626
RUN apt -y upgrade;
@@ -72,7 +72,7 @@ RUN apt-get install -y python3;
7272
RUN apt-get install -y python3-numpy;
7373

7474

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
7676

7777
RUN rm -rf /var/lib/apt/lists/*
7878

README.md

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

31-
export NELSON_VERSION=1.6.0
31+
export NELSON_VERSION=1.7.0
3232
docker build -t nelsonsoftware/nelson-sio-cli:latest -t nelsonsoftware/nelson-sio-cli:v$NELSON_VERSION .
3333
docker push nelsonsoftware/nelson-sio-cli:v$NELSON_VERSION
3434
docker push nelsonsoftware/nelson-sio-cli:latest

0 commit comments

Comments
 (0)