docker: ubuntu: Update to 18.04

This commit is contained in:
Thibault Saunier 2018-08-07 19:28:08 -04:00 committed by Jordan Petridis
parent f1ea83a297
commit fc8b90123d
No known key found for this signature in database
GPG key ID: 902CC06D159744F5
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM gstreamer/base-ubuntu:latest
FROM registry.freedesktop.org/thiblahute/gst-ci/ubuntu-runtime
# make source packages available in order to figure out build dependencies
RUN \

View file

@ -1,4 +1,6 @@
FROM ubuntu:17.04
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive
# upgrade and install all runtime dependencies for gstreamer