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:
parent
00728bebb7
commit
316e00bb98
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue