edk2/docker: use ubuntu 18.04
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Mar 2022 12:19:52 +0000 (13:19 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 15 Mar 2022 08:32:22 +0000 (09:32 +0100)
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>
.gitlab-ci.d/edk2/Dockerfile

index 7484b3846d71bc7c33ea67331e448bab616267b3..bbe50ff8328a62101b77f1c8907dd5ea1cb8623d 100644 (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>