fix: multistage alias from lower to uppercase

This commit is contained in:
Pieter Eggink 2021-12-15 15:58:20 +01:00 committed by Maxime Helias
parent 28624621ca
commit 8a9b8c8e26

View File

@ -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; \