Skip to content

Commit 003183b

Browse files
committed
[TASK] update to php8.3
1 parent 802df52 commit 003183b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM intera/ci-php:8.1-ubuntu
1+
FROM intera/ci-php:8.3-ubuntu
22

33
RUN apt-get update \
44
&& apt-get dist-upgrade -y
@@ -18,7 +18,7 @@ RUN gem install compass --no-document
1818
# install php igbinary extension via PECL
1919
#RUN pecl install igbinary && docker-php-ext-enable igbinary
2020
RUN apt-get install -y --no-install-recommends \
21-
php8.1-igbinary
21+
php8.3-igbinary
2222

2323
RUN apt-get -y purge clang gcc make ruby-dev libffi-dev \
2424
&& apt-get --purge -y autoremove \

0 commit comments

Comments
 (0)