Skip to content

Commit

Permalink
Merge pull request #4844 from mailcow/feature/php-8.1
Browse files Browse the repository at this point in the history
[PHP] Update to 8.1
  • Loading branch information
DerLinkman committed Nov 23, 2022
2 parents 782eae4 + 4dd1b97 commit b3bbeee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfiles/phpfpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.0-fpm-alpine3.16
FROM php:8.1-fpm-alpine3.16
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"

ENV APCU_PECL 5.1.21
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ services:
- rspamd

php-fpm-mailcow:
image: mailcow/phpfpm:1.79
image: mailcow/phpfpm:1.80
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
- redis-mailcow
Expand Down

0 comments on commit b3bbeee

Please sign in to comment.