diff options
| author | Mateusz Mikuła <mati865@gmail.com> | 2020-01-03 12:35:55 +0100 |
|---|---|---|
| committer | Mateusz Mikuła <mati865@gmail.com> | 2020-01-03 12:35:55 +0100 |
| commit | 66207ae7f8e793c58bccca6464feb9deeed24adf (patch) | |
| tree | 3695ecaa0aed1e64db9b2f7409b767a8a86079d3 /src/ci/docker/x86_64-gnu-debug | |
| parent | 4877e164a1789555c643d68218de15f2574d01ea (diff) | |
| download | rust-66207ae7f8e793c58bccca6464feb9deeed24adf.tar.gz rust-66207ae7f8e793c58bccca6464feb9deeed24adf.zip | |
ci: bump ubuntu 19.04 images to 19.10
Ubuntu 19.04 goes EOL this month.
Diffstat (limited to 'src/ci/docker/x86_64-gnu-debug')
| -rw-r--r-- | src/ci/docker/x86_64-gnu-debug/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu-debug/Dockerfile b/src/ci/docker/x86_64-gnu-debug/Dockerfile index b2748d9c2ab..890e13232c3 100644 --- a/src/ci/docker/x86_64-gnu-debug/Dockerfile +++ b/src/ci/docker/x86_64-gnu-debug/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:19.04 +FROM ubuntu:19.10 RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ |
