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 0bdb9bc commit 2118f6cCopy full SHA for 2118f6c
package/docker/Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1
2
-FROM ubuntu:23.04
+FROM ubuntu:24.04
3
4
# mlton's binary is only available on amd64
5
RUN apt-get update && apt-get install -y mlton make lua5.3 patch
@@ -16,7 +16,7 @@ RUN mkdir -p bin && make
16
WORKDIR /work/thirdparty
17
RUN make install
18
19
20
ENV PATH="/opt/lunarml/bin:$PATH"
21
COPY --from=0 /work/bin /opt/lunarml/lib/lunarml/bin
22
COPY --from=0 /work/lib /opt/lunarml/lib
0 commit comments