From 5a0b7e0998a0106ed5181abf19eb4967e24687d7 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 7 May 2019 13:36:57 +0200 Subject: [PATCH] Move from artful to bionic. EOL for artful is july 2018. It seems that now, apt repository has been shutdown for artful. It is time to move to a more recent ubuntu version. Bionic is the oldest release for which QtWebEngine has been packaged. --- travis/appimage_builder.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/appimage_builder.dockerfile b/travis/appimage_builder.dockerfile index 85f3cb4..8383d78 100644 --- a/travis/appimage_builder.dockerfile +++ b/travis/appimage_builder.dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:artful +FROM ubuntu:bionic ENV LANG C.UTF-8