diff options
| author | Tom Rini <[email protected]> | 2022-01-13 07:34:27 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-13 07:34:27 -0500 |
| commit | 37b876359fbd90434b37527fa96f72a31af20f81 (patch) | |
| tree | 3a8d677b0e1f0038d84aca54986047968e27b007 /tools/docker | |
| parent | a02af84e03e018d7cd08bb3070cbe5517004712b (diff) | |
| parent | 6e4a7eaf7d6c9aedafa19aa57553ae44dba5ca0d (diff) | |
Merge branch '2022-01-12-assorted-updates'
- Fix binman fake blob support to write outside source directory
- Azure now has stages in the pipeline
- Update to latest focal tag for containers in CI.
- Finish dropping LynxOS
- Add migration message for timer code
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 fb422e75881..f19e618ffba 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 <[email protected]> LABEL Description=" This image is for building U-Boot inside a container" |
