1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-26 16:25:06 +03:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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