We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0c69f commit 4ab52a0Copy full SHA for 4ab52a0
Dockerfile
@@ -11,8 +11,8 @@ RUN curl -OL https://phar.io/releases/phive.phar && \
11
12
ARG VERSION
13
14
-RUN ./phive.phar install --trust-gpg-keys 689DAD778FF08760E046228BA978220305CD5C32 phpcs@$VERSION
15
-RUN ./phive.phar install --trust-gpg-keys 689DAD778FF08760E046228BA978220305CD5C32 phpcbf@$VERSION
+RUN ./phive.phar install --trust-gpg-keys D91D86963AF3A29B6520462297B02DD8E5071466 phpcs@$VERSION
+RUN ./phive.phar install --trust-gpg-keys D91D86963AF3A29B6520462297B02DD8E5071466 phpcbf@$VERSION
16
17
RUN /tools/phpcs --version
18
RUN /tools/phpcbf --version
0 commit comments