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 96e431e commit da59efbCopy full SHA for da59efb
linux/Dockerfile
@@ -43,8 +43,7 @@ RUN llvm18-config --version
43
44
ARG previous_crystal_release
45
ADD ${previous_crystal_release} /tmp/crystal.tar.gz
46
-# TODO: Update path to new install directory /tmp/crystal/bin after migration period
47
-ENV PATH=${PATH}:/tmp/crystal/lib/crystal/bin/
+ENV PATH=${PATH}:/tmp/crystal/bin/
48
RUN mkdir -p /tmp/crystal \
49
&& tar xz -f /tmp/crystal.tar.gz -C /tmp/crystal --strip-component=1 \
50
&& crystal --version \
0 commit comments