Skip to content

Commit

Permalink
bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jun 2, 2021
1 parent 20e764b commit decfac4
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
@@ -1,7 +1,7 @@
ARG VERSION=7.4

FROM composer:1.10 AS build
RUN composer global require overtrue/phplint
RUN composer global require overtrue/phplint:^2.0

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

0 comments on commit decfac4

Please sign in to comment.