mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
Merge pull request #428 from justincormack/ubuntuup
Update build containers to Ubuntu 16.10
This commit is contained in:
commit
2ce23d58a7
@ -1,5 +1,5 @@
|
||||
# Create a legacy BIOS bootable ISO
|
||||
FROM ubuntu:15.10
|
||||
FROM ubuntu:16.04
|
||||
|
||||
ENV ARCH=x86_64
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ubuntu:15.10
|
||||
FROM ubuntu:16.04
|
||||
|
||||
ARG KERNEL_VERSION=4.4.19
|
||||
ARG ARCH=x86_64
|
||||
|
Loading…
Reference in New Issue
Block a user