From: Arvin Schnell Date: Wed, 12 Jun 2019 10:34:12 +0000 (+0200) Subject: - use Ubuntu 18.10 in Travis X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=42e56d8cd56fbe2928cc99dddbd15deba2739512;p=thirdparty%2Fsnapper.git - use Ubuntu 18.10 in Travis --- diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 7115783b..323188f5 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -1,5 +1,5 @@ -# Build Ubuntu 16.10 image -FROM ubuntu:17.10 +# Build Ubuntu 18.10 image +FROM ubuntu:18.10 # see https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#/run RUN apt-get update && \