Skip to content

Commit

Permalink
Merge pull request #133 from vkryklyvenko/patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Jun 21, 2022
2 parents 02cdc34 + 27957b0 commit 66be32d
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 @@ -4,7 +4,7 @@ FROM composer:2.1
FROM php:${VERSION}-cli-alpine as build

COPY --from=composer /usr/bin/composer /usr/bin/composer
RUN composer global require overtrue/phplint:^3.0.0
RUN composer global require overtrue/phplint:^3.1.0
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
RUN cp /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini
Expand Down

0 comments on commit 66be32d

Please sign in to comment.