ci: bump ubuntu 19.04 images to 19.10

Ubuntu 19.04 goes EOL this month.
This commit is contained in:
Mateusz Mikuła 2020-01-03 12:35:55 +01:00
parent 4877e164a1
commit 66207ae7f8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \

View File

@ -1,4 +1,4 @@
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
g++ \