diff options
author | Tom Rini <trini@konsulko.com> | 2022-01-11 19:14:29 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-12 21:26:52 -0500 |
commit | 9d358a8c26df56c01f3afd99c2f01b0cf03d35f6 (patch) | |
tree | 510402288c73cc71c51973cc77da0e5bf3557fd9 /tools/docker | |
parent | 67d3e67dd8c2784fc618b4cd4f4e8a810c220211 (diff) | |
download | u-boot-9d358a8c26df56c01f3afd99c2f01b0cf03d35f6.tar.gz |
CI, Dockerfile: Update to latest "focal" tag
Bring us to the focal-20220105 tag and rebuild our images on top of
this.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools/docker')
-rw-r--r-- | tools/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index fb422e7588..f19e618ffb 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/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:focal-20211006 +FROM ubuntu:focal-20220105 MAINTAINER Tom Rini <trini@konsulko.com> LABEL Description=" This image is for building U-Boot inside a container" |