chg: Use Ubuntu bionic as a base image

pull/27/head
Raphaël Vinot 2018-05-02 14:21:55 +02:00
parent 6329e7747f
commit a4bdbbebd4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM ubuntu:bionic
RUN apt-get update
RUN apt-get -y upgrade