fix: multistage alias from lower to uppercase
This commit is contained in:
parent
28624621ca
commit
8a9b8c8e26
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user