Merge pull request 'update nextcloud to 25.0.2 and mariadb to 10.6' (#21) from 25.0.2 into master

Reviewed-on: #21
This commit is contained in:
bsod 2023-01-17 21:40:33 +01:00
commit 2a4f84bba4
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM mariadb:10.5
FROM mariadb:10.6
ADD innodb.cnf /etc/mysql/mariadb.conf.d/innodb.cnf

View File

@ -18,6 +18,7 @@ services:
- "/nextcloud/db:/var/lib/mysql"
environment:
- MYSQL_ROOT_PASSWORD=toor
- MARIADB_AUTO_UPGRADE=true
networks:
- internal

View File

@ -1,6 +1,6 @@
FROM php:8.1-apache
ENV NEXTCLOUD_VERSION 25.0.1
ENV NEXTCLOUD_VERSION 25.0.2
RUN \
apt-get update && \