[gitlab-ci-runner PATCH 1/2] Dockerfile: Update to the bionic-20191029 tag
    Tom Rini 
    trini at konsulko.com
       
    Fri Dec  6 01:06:59 CET 2019
    
    
  
Move up to the latest tag to get the usual related security fixes that
brings in.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 43e739601741..9803ff47f814 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@
 # This Dockerfile is used to build an image containing basic stuff to be used
 # to build U-Boot and run our test suites.
 
-FROM ubuntu:bionic-20191010
+FROM ubuntu:bionic-20191029
 MAINTAINER Tom Rini <trini at konsulko.com>
 LABEL Description=" This image is for building U-Boot inside a container"
 
-- 
2.17.1
    
    
More information about the U-Boot
mailing list