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 742db64 commit 8f6bba9Copy full SHA for 8f6bba9
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 c7db8255e1eb59f933fac7bc9322f0e4f8ddc6e6
+RUN git clone https://github.com/LuaJIT/LuaJIT && cd LuaJIT && git checkout 871db2c84ecefd70a850e03a6c340214a81739f0
18
RUN cd LuaJIT && make
19
20
FROM buildbase AS emmyluadebugger
0 commit comments