tools: Fix container image build warning

All commands within the Dockerfile should use the same casing
(either upper or lower).[1]

[1]: https://docs.docker.com/reference/build-checks/consistent-instruction-casing/

Signed-off-by: Zhiwei Huang <ai.william@outlook.com>
This commit is contained in:
Zhiwei Huang
2024-08-07 15:35:52 +08:00
parent 2da77c6979
commit 7270a7ba48
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Copyright (c) 2020 Ant Group
#
# SPDX-License-Identifier: Apache-2.0
from ubuntu:20.04
FROM ubuntu:20.04
# CACHE_TIMEOUT: date to invalid cache, if the date changes the image will be rebuild
# This is required to keep build dependencies with security fixes.