summaryrefslogtreecommitdiff
path: root/.gitlab-ci.d
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2022-03-08 13:19:52 +0100
committerGerd Hoffmann <kraxel@redhat.com>2022-03-15 09:32:22 +0100
commita46eff0a35931ae2b3d091e729bd1abda267b1b1 (patch)
tree2a86c3541a0b498b92a0cf8c46bd21f3b36495a1 /.gitlab-ci.d
parent392c8ac19b7d05ffee6315efed55f21cacb10a2d (diff)
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>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r--.gitlab-ci.d/edk2/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/edk2/Dockerfile b/.gitlab-ci.d/edk2/Dockerfile
index 7484b3846d..bbe50ff832 100644
--- a/.gitlab-ci.d/edk2/Dockerfile
+++ b/.gitlab-ci.d/edk2/Dockerfile
@@ -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>