Normalize FROM AS casing in Dockerfiles

This commit is contained in:
Luke Parker
2025-08-09 12:20:58 -04:00
parent 5c895efcd0
commit 8b60feed92
7 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ pub fn lighthouse(network: Network) -> (String, String, String) {
#[rustfmt::skip]
const DOWNLOAD_LIGHTHOUSE: &str = r#"
FROM alpine:latest as lighthouse
FROM alpine:latest AS lighthouse
ENV LIGHTHOUSE_VERSION=5.1.3