Update build containers to Ubuntu 16.10

Should update to Alpine in future.

Signed-off-by: Justin Cormack <justin@specialbusservice.com>
This commit is contained in:
Justin Cormack 2016-08-13 22:32:00 +01:00
parent 0fd04d67ac
commit 3628e60d54
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