From 8a9b8c8e263c5c74f0408b0511bb6c0105ef54fd Mon Sep 17 00:00:00 2001 From: Pieter Eggink Date: Wed, 15 Dec 2021 15:58:20 +0100 Subject: [PATCH] fix: multistage alias from lower to uppercase --- docs/xdebug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xdebug.md b/docs/xdebug.md index 986f9f6..5dd9522 100644 --- a/docs/xdebug.md +++ b/docs/xdebug.md @@ -10,7 +10,7 @@ it's recommended to add a custom stage to the end of the `Dockerfile`. ```Dockerfile # Dockerfile -FROM symfony_php as symfony_php_debug +FROM symfony_php AS symfony_php_debug ARG XDEBUG_VERSION=3.0.4 RUN set -eux; \