Skip to content

Commit 2118f6c

Browse files
committed
Docker: Use Ubuntu 24.04
1 parent 0bdb9bc commit 2118f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM ubuntu:23.04
2+
FROM ubuntu:24.04
33

44
# mlton's binary is only available on amd64
55
RUN apt-get update && apt-get install -y mlton make lua5.3 patch
@@ -16,7 +16,7 @@ RUN mkdir -p bin && make
1616
WORKDIR /work/thirdparty
1717
RUN make install
1818

19-
FROM ubuntu:23.04
19+
FROM ubuntu:24.04
2020
ENV PATH="/opt/lunarml/bin:$PATH"
2121
COPY --from=0 /work/bin /opt/lunarml/lib/lunarml/bin
2222
COPY --from=0 /work/lib /opt/lunarml/lib

0 commit comments

Comments
 (0)