Skip to content

Commit fcd3c7f

Browse files
authored
Update Dockerfile
1 parent 0b412b2 commit fcd3c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM vfac/envdevphpbase:7.2-alpine-cli
1+
FROM vfac/envdevphpbase:7.2-cli-alpine
22
LABEL maintainer="Vincent Faliès <vincent@vfac.fr>"
33

44
COPY composer.json /php7checker/composer.json
@@ -12,4 +12,4 @@ RUN cd /php7checker \
1212

1313
WORKDIR /app
1414

15-
ENTRYPOINT [ "/php7checker/vendor/bin/phpcs", "-p", "--standard=PHPCompatibility", "--runtime-set", "testVersion" ]
15+
ENTRYPOINT [ "/php7checker/vendor/bin/phpcs", "-p", "--standard=PHPCompatibility", "--runtime-set", "testVersion" ]

0 commit comments

Comments
 (0)