Skip to content

Commit

Permalink
Merge pull request #503 from uselagoon/renovate/main-composer-2.3.x
Browse files Browse the repository at this point in the history
Update dependency composer to v2.3.9 (main)
  • Loading branch information
rocketeerbkw authored Jul 7, 2022
2 parents 9793072 + 946c18f commit e87e537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/php-cli/8.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-image

ENV LAGOON=cli

COPY --from=composer:2.3.7 /usr/bin/composer /usr/local/bin/composer
COPY --from=composer:2.3.9 /usr/bin/composer /usr/local/bin/composer

RUN apk add --no-cache git \
unzip \
Expand Down
2 changes: 1 addition & 1 deletion images/php-cli/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-image

ENV LAGOON=cli

COPY --from=composer:2.3.7 /usr/bin/composer /usr/local/bin/composer
COPY --from=composer:2.3.9 /usr/bin/composer /usr/local/bin/composer

RUN apk add --no-cache git \
unzip \
Expand Down

0 comments on commit e87e537

Please sign in to comment.