diff mbox series

[gitlab-ci-runner,1/2] Dockerfile: Update to the bionic-20191029 tag

Message ID 20191206000700.31727-1-trini@konsulko.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [gitlab-ci-runner,1/2] Dockerfile: Update to the bionic-20191029 tag | expand

Commit Message

Tom Rini Dec. 6, 2019, 12:06 a.m. UTC
Move up to the latest tag to get the usual related security fixes that
brings in.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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@konsulko.com>
 LABEL Description=" This image is for building U-Boot inside a container"