Skip to content

Commit 6ca723e

Browse files
v1.14.0
1 parent aafb67d commit 6ca723e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ RUN apt-get install -y libgif7;
7575
RUN apt-get install -y libtiff6;
7676

7777

78-
RUN wget https://github.com/nelson-lang/nelson/releases/download/v${NELSON_VERSION}/nelson-Ubuntu-24.04-v${NELSON_VERSION}.${NELSON_VERSION_TAG}-x86_64.deb && \
79-
apt install -y ./nelson-Ubuntu-24.04-v${NELSON_VERSION}.${NELSON_VERSION_TAG}-x86_64.deb && \
80-
rm nelson-Ubuntu-24.04-v${NELSON_VERSION}.${NELSON_VERSION_TAG}-x86_64.deb
78+
RUN wget https://github.com/nelson-lang/nelson/releases/download/v${NELSON_VERSION}/nelson-Ubuntu-24.04-x86_64-v${NELSON_VERSION}.${NELSON_VERSION_TAG}.deb && \
79+
apt install -y ./nelson-Ubuntu-24.04-x86_64-v${NELSON_VERSION}.${NELSON_VERSION_TAG}.deb && \
80+
rm nelson-Ubuntu-24.04-x86_64-v${NELSON_VERSION}.${NELSON_VERSION_TAG}.deb
8181

8282
RUN rm -rf /var/lib/apt/lists/*
8383

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ docker rmi $(docker images -q) -f
2929
docker system prune -a
3030

3131

32-
export NELSON_VERSION=1.13.0
33-
export NELSON_VERSION_TAG=4854
32+
export NELSON_VERSION=1.14.0
33+
export NELSON_VERSION_TAG=5060
3434

3535
docker build --build-arg NELSON_VERSION=$NELSON_VERSION --build-arg NELSON_VERSION_TAG=$NELSON_VERSION_TAG -t nelsonsoftware/nelson-sio-cli:latest -t nelsonsoftware/nelson-sio-cli:v$NELSON_VERSION .
3636

0 commit comments

Comments
 (0)