We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a5f255 + 9ed7a76 commit 78c4960Copy full SHA for 78c4960
examples/laravel/Dockerfile
@@ -40,7 +40,7 @@ COPY ./config/php.ini /usr/local/etc/php/
40
WORKDIR /code
41
42
# Make sure we're installing what we think we're installing!
43
-COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
+COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer
44
45
# Node: We should use another container for this, since we are mixing PHP and Node
46
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
0 commit comments