Skip to content

Commit

Permalink
Bump php version to 8.1
Browse files Browse the repository at this point in the history
Support issue is closed as fixed:
nextcloud/server#29287
  • Loading branch information
mickenordin committed Aug 22, 2022
1 parent 3a8bc14 commit 743604d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
php-apcu \
php-imagick \
php-redis \
php8.0-bcmath \
php8.0-curl \
php8.0-gd \
php8.0-gmp \
php8.0-intl \
php8.0-mbstring \
php8.0-mysql \
php8.0-xml \
php8.0-zip \
php8.1-bcmath \
php8.1-curl \
php8.1-gd \
php8.1-gmp \
php8.1-intl \
php8.1-mbstring \
php8.1-mysql \
php8.1-xml \
php8.1-zip \
redis-tools \
ssl-cert \
unzip \
Expand Down

0 comments on commit 743604d

Please sign in to comment.