Skip to content

Commit

Permalink
Auto merge of #67831 - mati865:ci-images-upgrade, r=pietroalbini
Browse files Browse the repository at this point in the history
ci: bump ubuntu 19.04 images to 19.10

Ubuntu 19.04 goes EOL this month.
  • Loading branch information
bors committed Jan 12, 2020
2 parents 59c1db0 + 66207ae commit 3ebcfa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ci/docker/x86_64-gnu-debug/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:19.04
FROM ubuntu:19.10

RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
Expand Down
2 changes: 1 addition & 1 deletion src/ci/docker/x86_64-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:19.04
FROM ubuntu:19.10

RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \
Expand Down

0 comments on commit 3ebcfa1

Please sign in to comment.