Skip to content

Commit 4ab52a0

Browse files
committed
update gpg key id used to verify binaries authenticity
1 parent 0b0c69f commit 4ab52a0

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
@@ -11,8 +11,8 @@ RUN curl -OL https://phar.io/releases/phive.phar && \
1111

1212
ARG VERSION
1313

14-
RUN ./phive.phar install --trust-gpg-keys 689DAD778FF08760E046228BA978220305CD5C32 phpcs@$VERSION
15-
RUN ./phive.phar install --trust-gpg-keys 689DAD778FF08760E046228BA978220305CD5C32 phpcbf@$VERSION
14+
RUN ./phive.phar install --trust-gpg-keys D91D86963AF3A29B6520462297B02DD8E5071466 phpcs@$VERSION
15+
RUN ./phive.phar install --trust-gpg-keys D91D86963AF3A29B6520462297B02DD8E5071466 phpcbf@$VERSION
1616

1717
RUN /tools/phpcs --version
1818
RUN /tools/phpcbf --version

0 commit comments

Comments
 (0)