Skip to content

Commit

Permalink
Merge pull request #3474 from buihanh2304/update-workspace.add-compos…
Browse files Browse the repository at this point in the history
…er-2.2-support

Add composer self-update 2.2 support
  • Loading branch information
bestlong committed Dec 12, 2023
2 parents 70a0836 + de954ca commit 9e5e05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/Dockerfile
Expand Up @@ -142,7 +142,7 @@ RUN echo "" >> ~/.bashrc && \
ARG COMPOSER_VERSION=2
ENV COMPOSER_VERSION ${COMPOSER_VERSION}
RUN set -eux; \
if [ "$COMPOSER_VERSION" = "1" ] || [ "$COMPOSER_VERSION" = "2" ]; then \
if [ "$COMPOSER_VERSION" = "1" ] || [ "$COMPOSER_VERSION" = "2" ] || [ "$COMPOSER_VERSION" = "2.2" ]; then \
composer self-update --${COMPOSER_VERSION}; \
else \
composer self-update ${COMPOSER_VERSION}; \
Expand Down

0 comments on commit 9e5e05a

Please sign in to comment.