Skip to content

Commit 3c7a871

Browse files
committed
ci: Update to the latest ubuntu:25.04 Docker images
This includes a qemu update from 8.2.2 to 9.2.1 which should hopefully fix some bugs we have encountered.
1 parent b185e89 commit 3c7a871

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# FIXME(ppc): We want 25.04 but get SIGILLs
2-
ARG IMAGE=ubuntu:24.04
1+
ARG IMAGE=ubuntu:25.04
32
FROM $IMAGE
43

54
RUN apt-get update && \

0 commit comments

Comments
 (0)