Merge pull request #428 from justincormack/ubuntuup

Update build containers to Ubuntu 16.10
This commit is contained in:
Justin Cormack 2016-08-23 23:24:20 +01:00 committed by GitHub
commit 2ce23d58a7
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Create a legacy BIOS bootable ISO
FROM ubuntu:15.10
FROM ubuntu:16.04
ENV ARCH=x86_64

View File

@ -1,4 +1,4 @@
FROM ubuntu:15.10
FROM ubuntu:16.04
ARG KERNEL_VERSION=4.4.19
ARG ARCH=x86_64