Skip to content

Commit

Permalink
Update composer Docker tag to v2.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 10, 2021
1 parent bb17d7d commit 4b4484a
Showing 1 changed file with 1 addition and 1 deletion.
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.1.11 /usr/bin/composer /usr/local/bin/composer
COPY --from=composer:2.1.12 /usr/bin/composer /usr/local/bin/composer

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

0 comments on commit 4b4484a

Please sign in to comment.