Skip to content

Commit 5db1f74

Browse files
committed
new nim
1 parent d943b54 commit 5db1f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update && \
1818
apt-get install -y curl xz-utils gcc openssl ca-certificates git # &&
1919

2020
RUN mkdir -p /opt/nim && \
21-
curl -L https://nim-lang.org/download/nim-2.0.4.tar.xz | tar -xJf - -C /opt/nim --strip-components=1 && \
21+
curl -L https://nim-lang.org/download/nim-2.2.0.tar.xz | tar -xJf - -C /opt/nim --strip-components=1 && \
2222
cd /opt/nim && \
2323
sh build.sh && \
2424
bin/nim c koch && \

0 commit comments

Comments
 (0)