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:
Gerd Hoffmann 2022-03-08 13:19:52 +01:00
parent 392c8ac19b
commit a46eff0a35
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#
# Docker image to cross-compile EDK2 firmware binaries
#
FROM ubuntu:16.04
FROM ubuntu:18.04
MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>