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 755b55d commit 696617dCopy full SHA for 696617d
Dockerfile.ccl
@@ -21,7 +21,7 @@ FROM debian:stable-slim as builder
21
cl-babel \
22
&& rm -rf /var/lib/apt/lists/*
23
24
- RUN curl -SL https://github.com/Clozure/ccl/releases/download/v1.11.5/ccl-1.11.5-linuxx86.tar.gz \
+ RUN curl -SL https://github.com/Clozure/ccl/releases/download/v1.12/ccl-1.12-linuxx86.tar.gz \
25
| tar xz -C /usr/local/src/ \
26
&& mv /usr/local/src/ccl/scripts/ccl64 /usr/local/bin/ccl
27
0 commit comments