Compare commits

...

3 commits

Author SHA1 Message Date
f1b53d5774 update nextcloud to 23.0.2 2022-02-23 20:08:46 +01:00
e515fcea7f update nextcloud to 23.0.1 2022-02-01 22:25:22 +01:00
aa51f5b5c6 fix mariadb version to 10.4 2022-02-01 22:24:57 +01:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,6 +1,6 @@
FROM php:8.0-apache
ENV NEXTCLOUD_VERSION 22.2.3
ENV NEXTCLOUD_VERSION 23.0.2
RUN \
apt-get update && \