Skip to content

Commit b4cc010

Browse files
committed
chore(deps): update composer docker tag to v2
1 parent 4491477 commit b4cc010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

background-processing/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN mkdir .googleconfig && \
1414

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

2020
# Copy over all application files

0 commit comments

Comments
 (0)