Skip to content

Commit ae9731c

Browse files
committed
Auto merge of #78506 - cuviper:ubuntu-lts, r=pietroalbini
ci: update x86_64-gnu and x86_64-gnu-debug to ubuntu:20.04 The former `ubuntu:19.10` reached EOL in July, 2020, whereas `ubuntu:20.04` is an LTS release supported until 2025. These are non-dist CI images, so the impact should be low.
2 parents 1d6a0b0 + d9cbd19 commit ae9731c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-debug/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM ubuntu:19.10
1+
FROM ubuntu:20.04
22

3+
ARG DEBIAN_FRONTEND=noninteractive
34
RUN apt-get update && apt-get install -y --no-install-recommends \
45
g++ \
56
make \

src/ci/docker/host-x86_64/x86_64-gnu/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM ubuntu:19.10
1+
FROM ubuntu:20.04
22

3+
ARG DEBIAN_FRONTEND=noninteractive
34
RUN apt-get update && apt-get install -y --no-install-recommends \
45
g++ \
56
make \

0 commit comments

Comments
 (0)