Skip to content

Commit

Permalink
Update version to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkryklyvenko authored Jun 20, 2022
1 parent 9d2f419 commit ebfcd50
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 ebfcd50

Please sign in to comment.