Skip to content

Commit d5c5816

Browse files
authored
Merge pull request #1098 from rust-lang/ubuntu-24
Upgrade playground container to Ubuntu 24
2 parents 0fb6e35 + dfa949a commit d5c5816

File tree

11 files changed

+1509
-1255
lines changed

11 files changed

+1509
-1255
lines changed

compiler/base/Cargo.toml

Lines changed: 234 additions & 164 deletions
Large diffs are not rendered by default.

compiler/base/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#syntax=docker/dockerfile:1.5
22

3-
FROM ubuntu:20.04 as toolchain
3+
FROM ubuntu:24.04 as toolchain
44

55
ARG channel
66

@@ -17,7 +17,6 @@ RUN apt-get update && apt-get install -y \
1717
git \
1818
libssl-dev \
1919
pkg-config \
20-
python \
2120
&& rm -rf /var/lib/apt/lists/*
2221

2322
RUN useradd -m playground -d /playground

0 commit comments

Comments
 (0)