Skip to content

Commit

Permalink
chore(deps): update composer docker tag to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2021
1 parent fe9d881 commit 555bbb8
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 555bbb8

Please sign in to comment.