summaryrefslogtreecommitdiff
path: root/tools/docker
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-11-24 09:34:29 -0600
committerTom Rini <[email protected]>2025-11-24 09:34:29 -0600
commit4a4871e3dc38f3f771d2713b805e79e6191b4297 (patch)
treef3cbb63c259f8cce92e87bf1a30b69c02b07c2dc /tools/docker
parent6e7d2399c8139f8e2d037e446236b8d8bdbca604 (diff)
parentc5e6d2ab7eba68cbfb600cdc131c0c375ced2ec9 (diff)
Merge tag 'v2026.01-rc3' into next
Prepare v2026.01-rc3
Diffstat (limited to 'tools/docker')
-rw-r--r--tools/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 2dc4bec33bb..630b7f0e141 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -6,7 +6,7 @@ FROM ubuntu:noble-20251001
LABEL org.opencontainers.image.authors="Tom Rini <[email protected]>"
LABEL org.opencontainers.image.description=" This image is for building U-Boot inside a container"
-# Used by docker to set the target platform: valid values are linux/arm64/v8
+# Used by Docker to set the target platform: valid values are linux/arm64
# and linux/amd64
ARG TARGETPLATFORM