We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d943b54 commit 5db1f74Copy full SHA for 5db1f74
Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get update && \
18
apt-get install -y curl xz-utils gcc openssl ca-certificates git # &&
19
20
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 && \
+ curl -L https://nim-lang.org/download/nim-2.2.0.tar.xz | tar -xJf - -C /opt/nim --strip-components=1 && \
22
cd /opt/nim && \
23
sh build.sh && \
24
bin/nim c koch && \
0 commit comments