edk2/docker: use ubuntu 18.04
Upstream CI uses ubuntu 18.04 too, so pick that version (instead of something newer). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
392c8ac19b
commit
a46eff0a35
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Docker image to cross-compile EDK2 firmware binaries
|
# Docker image to cross-compile EDK2 firmware binaries
|
||||||
#
|
#
|
||||||
FROM ubuntu:16.04
|
FROM ubuntu:18.04
|
||||||
|
|
||||||
MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>
|
MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user