ci: bump ubuntu 18.10 images to 19.04

This commit is contained in:
Pietro Albini 2019-05-09 11:51:01 +02:00
parent 8f9e90b9cd
commit c98a27c622
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C
2 changed files with 2 additions and 2 deletions

View File

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

View File

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