refactor: update PHP to 8.2

fix: possible division by 0 on statistics page
fix: duplicated messages on discord notifications
docs: update readme
This commit is contained in:
Miguel Ribeiro
2024-05-17 17:03:46 +02:00
committed by GitHub
parent b519376a27
commit d44b40b0ce
5 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Use the php:8.0.5-fpm-alpine base image
FROM php:8.0.5-fpm-alpine
FROM php:8.2-fpm-alpine
# Set working directory to /var/www/html
WORKDIR /var/www/html