Auto merge of #149807 - Kobzol:miri-ubuntu-24.04, r= · rust-lang/rust@fe506d4 (original) (raw)
File tree
2 files changed
lines changed
- src/ci/docker/host-x86_64
2 files changed
lines changed
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| 1 | -FROM ubuntu:22.04 | |
| 1 | +FROM ubuntu:24.04 | |
| 2 | 2 | |
| 3 | 3 | ARG DEBIAN_FRONTEND=noninteractive |
| 4 | 4 | RUN apt-get update && apt-get install -y --no-install-recommends \ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| 1 | -FROM ghcr.io/rust-lang/ubuntu:22.04 | |
| 1 | +FROM ubuntu:24.04 | |
| 2 | 2 | |
| 3 | 3 | ARG DEBIAN_FRONTEND=noninteractive |
| 4 | 4 | RUN apt-get update && apt-get install -y --no-install-recommends \ |