Skip to content

Commit

Permalink
chore(deps): update dependency composer to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 18, 2022
1 parent d0e9f13 commit 8283670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background-processing/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN mkdir .googleconfig && \

# Copy over composer files and run "composer install"
COPY composer.* php.ini ./
COPY --from=composer:1 /usr/bin/composer /usr/local/bin
COPY --from=composer:2 /usr/bin/composer /usr/local/bin
RUN composer install --no-dev

# Copy over all application files
Expand Down

0 comments on commit 8283670

Please sign in to comment.