Fix minor docker build warning (#15362)

Fix docker build warning

Fix
```
WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 8)
```
This commit is contained in:
Hao Liu
2024-07-15 09:34:46 -04:00
committed by GitHub
parent fde8af9f11
commit fa7423819a

View File

@@ -5,7 +5,7 @@
###
# Build container
FROM quay.io/centos/centos:stream9 as builder
FROM quay.io/centos/centos:stream9 AS builder
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en