Skip to content

Commit 3ebcfa1

Browse files
committed
Auto merge of #67831 - mati865:ci-images-upgrade, r=pietroalbini
ci: bump ubuntu 19.04 images to 19.10 Ubuntu 19.04 goes EOL this month.
2 parents 59c1db0 + 66207ae commit 3ebcfa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/ci/docker/x86_64-gnu-debug/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:19.04
1+
FROM ubuntu:19.10
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
g++ \

Diff for: src/ci/docker/x86_64-gnu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:19.04
1+
FROM ubuntu:19.10
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
g++ \

0 commit comments

Comments
 (0)