Unified case in Dockerfile Example (#33774)

This prevents a warning on build-time.
https://docs.docker.com/reference/build-checks/from-as-casing/

Signed-off-by: foliengriller <info@simpelwebservice.de>
This commit is contained in:
foliengriller 2024-10-10 13:22:25 +02:00 committed by GitHub
parent 00728bebb7
commit 316e00bb98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ The following `Containerfile` creates a pre-configured {project_name} image that
.Containerfile:
[source,dockerfile,subs="attributes+"]
----
FROM quay.io/keycloak/keycloak:{containerlabel} as builder
FROM quay.io/keycloak/keycloak:{containerlabel} AS builder
# Enable health and metrics support
ENV KC_HEALTH_ENABLED=true