Skip to content

Commit 84d062e

Browse files
committed
docker: switch to Ubuntu 25.04
Mostly to have more recent toolchains and tools. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent c8557b1 commit 84d062e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.10
1+
FROM ubuntu:25.04
22

33
# dependencies for the script
44
RUN apt-get update && \

0 commit comments

Comments
 (0)