Compare commits
6 commits
Author | SHA1 | Date | |
---|---|---|---|
d5223ada2f | |||
14e8cc49e7 | |||
fe24d31407 | |||
5e384e7b10 | |||
1f06fb628e | |||
6a572d7133 |
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM php:8.2-apache
|
||||
FROM php:8.3-apache
|
||||
|
||||
ENV NEXTCLOUD_VERSION 27.1.10
|
||||
ENV NEXTCLOUD_VERSION 30.0.12
|
||||
|
||||
RUN \
|
||||
apt-get update && \
|
||||
|
@ -71,8 +71,10 @@ RUN \
|
|||
|
||||
RUN \
|
||||
pecl install -o -f apcu && \
|
||||
pecl install -o -f redis && \
|
||||
rm -rf /tmp/pear && \
|
||||
docker-php-ext-enable apcu
|
||||
docker-php-ext-enable apcu && \
|
||||
docker-php-ext-enable redis
|
||||
|
||||
# compile imagick from master branch as there isn't any release for php8 yet.
|
||||
RUN \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue