Skip to content

Commit

Permalink
Fixed #8
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jun 2, 2021
1 parent ab2186b commit 2d68ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG VERSION=7.4
ARG VERSION=8.0

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

FROM php:${VERSION}-cli-alpine
Expand Down

0 comments on commit 2d68ee8

Please sign in to comment.