Skip to content

Commit

Permalink
Fix minor docker build warning (#15362)
Browse files Browse the repository at this point in the history
Fix docker build warning

Fix
```
WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 8)
```
  • Loading branch information
TheRealHaoLiu authored Jul 15, 2024
1 parent fde8af9 commit fa74238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ansible/roles/dockerfile/templates/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa74238

Please sign in to comment.