Compare commits

..

No commits in common. "e515fcea7f7fbb0073d78475acb50e97c4816a66" and "b4e9cf6da1770575804384637ce8828d33e1e87e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

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

View file

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