diff options
| author | Tom Rini <[email protected]> | 2022-03-15 16:18:16 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-15 16:18:16 -0400 |
| commit | 17af72eb16a36c5d9c0348baab93615fcf0512d3 (patch) | |
| tree | 067bfa845dd47ef93adafec1147d303320c39d90 /tools/docker | |
| parent | 2abf048ab7b835787d6627423559832f2b18f253 (diff) | |
CI, Docker: Update to latest focal tag
Signed-off-by: Tom Rini <[email protected]>
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 7a3f5cbade4..f1d597abd8a 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-20220113 +FROM ubuntu:focal-20220302 MAINTAINER Tom Rini <[email protected]> LABEL Description=" This image is for building U-Boot inside a container" |
