Skip to content

Commit 64ca0fb

Browse files
committed
fix: use composer install instead of update in Dockerfile for deterministic builds
1 parent db54902 commit 64ca0fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /usr/local/src/
44
COPY composer.lock /usr/local/src/
55
COPY composer.json /usr/local/src/
66

7-
RUN composer update \
7+
RUN composer install \
88
--ignore-platform-reqs \
99
--optimize-autoloader \
1010
--no-plugins \

0 commit comments

Comments
 (0)