We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802df52 commit 003183bCopy full SHA for 003183b
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM intera/ci-php:8.1-ubuntu
+FROM intera/ci-php:8.3-ubuntu
2
3
RUN apt-get update \
4
&& apt-get dist-upgrade -y
@@ -18,7 +18,7 @@ RUN gem install compass --no-document
18
# install php igbinary extension via PECL
19
#RUN pecl install igbinary && docker-php-ext-enable igbinary
20
RUN apt-get install -y --no-install-recommends \
21
- php8.1-igbinary
+ php8.3-igbinary
22
23
RUN apt-get -y purge clang gcc make ruby-dev libffi-dev \
24
&& apt-get --purge -y autoremove \
0 commit comments