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 389eaf7 commit c110d84Copy full SHA for c110d84
ci/docker/x86_64-unknown-linux-gnu/Dockerfile
@@ -1,8 +1,6 @@
1
-FROM ubuntu:24.10
+FROM ubuntu:25.10
2
3
-RUN sed -i -E 's/(archive|security)\.ubuntu\.com/old-releases.ubuntu.com/g' \
4
- /etc/apt/sources.list.d/ubuntu.sources \
5
- && apt-get update
+RUN apt-get update
6
RUN apt-get install -y --no-install-recommends \
7
gcc g++ libc6-dev ca-certificates linux-headers-generic
8
0 commit comments