diff options
| author | Tom Rini <[email protected]> | 2021-09-11 10:36:48 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-11 10:40:31 -0400 |
| commit | 5c1ed64259bb44ddd86f3780025a91d07d878627 (patch) | |
| tree | 2dd07a915f6b1af953515cb91eb3d525c764a91b | |
| parent | 07298e4828b7d0904fbfd77d386f01b4a37a5609 (diff) | |
Dockerfile: Update to latest "focal" tag
Reviewed-by: Bin Meng <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -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 0195456dfec..42d4b0c91ac 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-20210723 +FROM ubuntu:focal-20210827 MAINTAINER Tom Rini <[email protected]> LABEL Description=" This image is for building U-Boot inside a container" |
