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 da0335f commit fd95863Copy full SHA for fd95863
1 file changed
Dockerfile
@@ -14,7 +14,7 @@ RUN wget https://luarocks.org/releases/luarocks-3.7.0.tar.gz && tar xf luarocks-
14
RUN cd luarocks-3.7.0 && ./configure && make
15
16
FROM buildbase AS luajit
17
-RUN git clone https://github.com/LuaJIT/LuaJIT && cd LuaJIT && git checkout 871db2c84ecefd70a850e03a6c340214a81739f0
+RUN git clone https://github.com/LuaJIT/LuaJIT && cd LuaJIT && git checkout 2460b3ff93a1c955de3d62cfc825de7d68dc272e
18
RUN cd LuaJIT && make
19
20
FROM buildbase AS emmyluadebugger
0 commit comments