Skip to content

Commit 78c4960

Browse files
authored
Merge pull request #27 from sourcetoad/JEST-226
JEST-226 build: lock docker to composer2
2 parents 6a5f255 + 9ed7a76 commit 78c4960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/laravel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ COPY ./config/php.ini /usr/local/etc/php/
4040
WORKDIR /code
4141

4242
# Make sure we're installing what we think we're installing!
43-
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
43+
COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer
4444

4545
# Node: We should use another container for this, since we are mixing PHP and Node
4646
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \

0 commit comments

Comments
 (0)