diff options
| author | Trevor Gross <t.gross35@gmail.com> | 2025-08-07 19:36:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-07 19:36:37 -0500 |
| commit | 0a1e0c65ece23c8317aac8d6f192d67d673d411e (patch) | |
| tree | efc4f495ed331b5ae623729d8c5b1ec1660f8bbf /library/compiler-builtins/ci/docker/mips-unknown-linux-gnu/Dockerfile | |
| parent | 2e0e1831478fc48cc2da1a53ee1651c7e8683e42 (diff) | |
| parent | fbc700f92bdb008a9fd76e2a02230cea6c23d2c4 (diff) | |
Rollup merge of #144974 - tgross35:update-builtins, r=tgross35
compiler-builtins subtree update Subtree update of `compiler-builtins` to https://github.com/rust-lang/compiler-builtins/commit/87a66ec9699e5ddf2c660277b8078099efd01311. Created using https://github.com/rust-lang/josh-sync. r? ``@ghost``
Diffstat (limited to 'library/compiler-builtins/ci/docker/mips-unknown-linux-gnu/Dockerfile')
| -rw-r--r-- | library/compiler-builtins/ci/docker/mips-unknown-linux-gnu/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/compiler-builtins/ci/docker/mips-unknown-linux-gnu/Dockerfile b/library/compiler-builtins/ci/docker/mips-unknown-linux-gnu/Dockerfile index c02a9467234..fd187760310 100644 --- a/library/compiler-builtins/ci/docker/mips-unknown-linux-gnu/Dockerfile +++ b/library/compiler-builtins/ci/docker/mips-unknown-linux-gnu/Dockerfile @@ -1,4 +1,4 @@ -ARG IMAGE=ubuntu:24.04 +ARG IMAGE=ubuntu:25.04 FROM $IMAGE RUN apt-get update && \ |
