Fix letter case mismatch
authorPablo Zmdl <redacted>
Tue, 10 Jun 2025 12:58:30 +0000 (14:58 +0200)
committerPablo Zmdl <redacted>
Wed, 11 Jun 2025 14:30:43 +0000 (16:30 +0200)
Docker complains about it, which pollutes the logs.

apache/Dockerfile
fpm-alpine/Dockerfile
fpm/Dockerfile
templates/Dockerfile-alpine.templ
templates/Dockerfile-debian.templ

index 8b26484e055e8035197c99fdf81eef9934402dd5..e93d9b74bcc5c23b9cd40f988cc38b00c657aca7 100644 (file)
@@ -134,7 +134,7 @@ CMD ["apache2-foreground"]
 
 #### non-root stage
 
-FROM root as nonroot
+FROM root AS nonroot
 
 # Prepare locale config for locale-gen
 RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen; \
index 27ea745cb35b87f1e112c33da87fddaf224ee15c..22c75eb5a1a65f745cc8438c1931d0f81be65d57 100644 (file)
@@ -122,6 +122,6 @@ CMD ["php-fpm"]
 
 #### non-root stage
 
-FROM root as nonroot
+FROM root AS nonroot
 
 USER 82:82
index 686cb1dfd09f7c1029b44610f432e2944ba555e2..dbd0cc6bde4899a647d860b98b8134ef759d5314 100644 (file)
@@ -134,7 +134,7 @@ CMD ["php-fpm"]
 
 #### non-root stage
 
-FROM root as nonroot
+FROM root AS nonroot
 
 # Prepare locale config for locale-gen
 RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen; \
index 51fd8097f12090bffdc9e63ef9ec25165eec2c15..a5f42126014faa7c96fef4ccc8f190e0e7cd98bb 100644 (file)
@@ -122,6 +122,6 @@ CMD ["%%CMD%%"]
 
 #### non-root stage
 
-FROM root as nonroot
+FROM root AS nonroot
 
 USER 82:82
index f3a588595be5f77e3edf79794f8d3c0eb02ebb8f..416c29717c60afecef5ed7adb108cbf567a255c8 100644 (file)
@@ -134,7 +134,7 @@ CMD ["%%CMD%%"]
 
 #### non-root stage
 
-FROM root as nonroot
+FROM root AS nonroot
 
 # Prepare locale config for locale-gen
 RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen; \
git clone https://git.99rst.org/PROJECT