Page MenuHomeDevCentral

D3602.diff
No OneTemporary

D3602.diff

diff --git a/jenkins-agent-php/Dockerfile b/jenkins-agent-php/Dockerfile
--- a/jenkins-agent-php/Dockerfile
+++ b/jenkins-agent-php/Dockerfile
@@ -12,9 +12,9 @@
RUN apt-get update && \
apt-get install -y ant openssh-server openssh-client locales \
mercurial subversion \
- openjdk-11-jdk \
+ openjdk-17-jdk \
--no-install-recommends && rm -r /var/lib/apt/lists/* && \
- cd /opt && wget -O phpunit.phar https://phar.phpunit.de/phpunit-9.5.phar && \
+ cd /opt && wget -O phpunit.phar https://phar.phpunit.de/phpunit-10.2.phar && \
chmod +x phpunit.phar && ln -s /opt/phpunit.phar /usr/local/bin/phpunit && \
wget https://phar.phpunit.de/phpcpd.phar && \
chmod +x phpcpd.phar && ln -s /opt/phpcpd.phar /usr/local/bin/phpcpd && \
@@ -24,18 +24,18 @@
chmod +x phpcs.phar && ln -s /opt/phpcs.phar /usr/local/bin/phpcs && \
git clone --depth 1 https://github.com/nasqueron/phpdox && \
(cd phpdox && composer update) && ln -s /opt/phpdox/phpdox /usr/local/bin/phpdox && \
- wget https://github.com/pdepend/pdepend/releases/download/2.8.0/pdepend.phar && \
+ wget https://github.com/pdepend/pdepend/releases/download/2.16.2/pdepend.phar && \
chmod +x pdepend.phar && ln -s /opt/pdepend.phar /usr/local/bin/pdepend && \
- wget https://github.com/phpmd/phpmd/releases/download/2.9.1/phpmd.phar && \
+ wget https://github.com/phpmd/phpmd/releases/download/2.15.0/phpmd.phar && \
chmod +x /opt/phpmd.phar && ln -s /opt/phpmd.phar /usr/local/bin/phpmd && \
- wget https://github.com/phan/phan/releases/download/3.2.2/phan.phar && \
+ wget https://github.com/phan/phan/releases/download/5.4.5/phan.phar && \
chmod +x /opt/phan.phar && ln -s /opt/phan.phar /usr/local/bin/phan && \
git clone https://github.com/phacility/arcanist.git && \
ln -s /opt/arcanist/bin/arc /usr/local/bin/arc && \
pecl install xdebug && \
git clone https://github.com/nikic/php-ast.git && \
cd /opt/php-ast && phpize && ./configure && make && make install && \
- curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
+ curl -sL https://deb.nodesource.com/setup_20.x | bash - && \
apt-get install -y nodejs && \
npm install -g bower gulp csslint jsonlint jshint jscs eslint && \
mkdir -p /var/run/sshd

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 19, 17:36 (21 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2306638
Default Alt Text
D3602.diff (2 KB)

Event Timeline