Skip to content

Commit d1fc463

Browse files
committed
Upgrade playground container to Ubuntu 24
1 parent 0fb6e35 commit d1fc463

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)