Skip to content

Commit

Permalink
Merge pull request #135 from vkryklyvenko/patch-6
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Jun 21, 2022
2 parents 9d2f419 + ebfcd50 commit 94b430c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG VERSION=8.1

FROM php:${VERSION}-cli-alpine AS build
COPY --from=composer /usr/bin/composer /usr/bin/composer
RUN composer global require overtrue/phplint:^5.0.0
RUN composer global require overtrue/phplint:^5.2.0

FROM php:${VERSION}-cli-alpine
COPY --from=build /root/.composer/vendor /root/.composer/vendor
Expand Down

0 comments on commit 94b430c

Please sign in to comment.