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 c17f1a4 commit 3ad9924Copy full SHA for 3ad9924
ubuntu.Dockerfile
@@ -3,7 +3,7 @@ ARG BASE_IMG=ghcr.io/joshuanianji/idris-2-docker/base:${IDRIS_VERSION}
3
4
FROM $BASE_IMG as base
5
6
-FROM ubuntu:20.04
+FROM ubuntu:24.04
7
8
# add idris2 and scheme from builder
9
COPY --from=base /root/.idris2 /root/.idris2
0 commit comments