We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b7c5e commit 3cd1f5dCopy full SHA for 3cd1f5d
1 file changed
background-processing/backend/Dockerfile
@@ -14,7 +14,7 @@ RUN mkdir .googleconfig && \
14
15
# Copy over composer files and run "composer install"
16
COPY composer.* php.ini ./
17
-COPY --from=composer:1 /usr/bin/composer /usr/local/bin
+COPY --from=composer:2 /usr/bin/composer /usr/local/bin
18
RUN composer install --no-dev
19
20
# Copy over all application files
0 commit comments