Skip to content

Commit 6299018

Browse files
committed
CHORE: update Dockerfile to use the same version of luajit as SG.
1 parent 742db64 commit 6299018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN wget https://luarocks.org/releases/luarocks-3.7.0.tar.gz && tar xf luarocks-
1414
RUN cd luarocks-3.7.0 && ./configure && make
1515

1616
FROM buildbase AS luajit
17-
RUN git clone https://github.com/LuaJIT/LuaJIT && cd LuaJIT && git checkout c7db8255e1eb59f933fac7bc9322f0e4f8ddc6e6
17+
RUN git clone https://github.com/LuaJIT/LuaJIT && cd LuaJIT && git checkout 871db2c84ecefd70a850e03a6c340214a81739f0
1818
RUN cd LuaJIT && make
1919

2020
FROM buildbase AS emmyluadebugger

0 commit comments

Comments
 (0)