File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apt-get install -yqq php8.3-cli php8.3-mysql > /dev/null
11
11
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
12
12
13
13
RUN apt-get install -y php-pear php8.3-dev php8.3-xml libevent-dev git > /dev/null
14
- RUN pecl install event-3.1.1 > /dev/null && echo "extension=event.so" > /etc/php/8.3/cli/conf.d/event.ini
14
+ RUN pecl install event-3.1.3 > /dev/null && echo "extension=event.so" > /etc/php/8.3/cli/conf.d/event.ini
15
15
16
16
COPY php.ini /etc/php/8.3/cli/php.ini
17
17
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apt-get install -yqq php8.3-cli php8.3-pgsql php8.3-xml > /dev/null
10
10
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
11
11
12
12
RUN apt-get install -y php-pear php8.3-dev libevent-dev git > /dev/null
13
- RUN pecl install event-3.1.1 > /dev/null && echo "extension=event.so" > /etc/php/8.3/cli/conf.d/event.ini
13
+ RUN pecl install event-3.1.3 > /dev/null && echo "extension=event.so" > /etc/php/8.3/cli/conf.d/event.ini
14
14
15
15
COPY php.ini /etc/php/8.3/cli/php.ini
16
16
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apt-get install -yqq php8.3-cli php8.3-pgsql php8.3-xml > /dev/null
11
11
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
12
12
13
13
RUN apt-get install -y php-pear php8.3-dev libevent-dev git > /dev/null
14
- RUN pecl install event-3.1.1 > /dev/null && echo "extension=event.so" > /etc/php/8.3/cli/conf.d/event.ini
14
+ RUN pecl install event-3.1.3 > /dev/null && echo "extension=event.so" > /etc/php/8.3/cli/conf.d/event.ini
15
15
16
16
COPY php-jit.ini /etc/php/8.3/cli/php.ini
17
17
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN apt-get install -yqq php8.3-cli php8.3-mysql php8.3-xml > /dev/null
11
11
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
12
12
13
13
RUN apt-get install -y php-pear php8.3-dev libevent-dev git > /dev/null
14
- RUN pecl install event-3.1.1 > /dev/null && echo "extension=event.so" > /etc/php/8.3/cli/conf.d/event.ini
14
+ RUN pecl install event-3.1.3 > /dev/null && echo "extension=event.so" > /etc/php/8.3/cli/conf.d/event.ini
15
15
16
16
COPY php-jit.ini /etc/php/8.3/cli/php.ini
17
17
You can’t perform that action at this time.
0 commit comments