Skip to content

Commit 3ad9924

Browse files
Update ubuntu Docker tag to v24
1 parent c17f1a4 commit 3ad9924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BASE_IMG=ghcr.io/joshuanianji/idris-2-docker/base:${IDRIS_VERSION}
33

44
FROM $BASE_IMG as base
55

6-
FROM ubuntu:20.04
6+
FROM ubuntu:24.04
77

88
# add idris2 and scheme from builder
99
COPY --from=base /root/.idris2 /root/.idris2

0 commit comments

Comments
 (0)