Compare commits
No commits in common. "e515fcea7f7fbb0073d78475acb50e97c4816a66" and "b4e9cf6da1770575804384637ce8828d33e1e87e" have entirely different histories.
e515fcea7f
...
b4e9cf6da1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM mariadb:10.4
|
FROM mariadb:latest
|
||||||
|
|
||||||
ADD innodb.cnf /etc/mysql/mariadb.conf.d/innodb.cnf
|
ADD innodb.cnf /etc/mysql/mariadb.conf.d/innodb.cnf
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM php:8.0-apache
|
FROM php:8.0-apache
|
||||||
|
|
||||||
ENV NEXTCLOUD_VERSION 23.0.1
|
ENV NEXTCLOUD_VERSION 22.2.3
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
|
Loading…
Reference in a new issue