Compare commits
2 commits
b4e9cf6da1
...
e515fcea7f
Author | SHA1 | Date | |
---|---|---|---|
e515fcea7f | |||
aa51f5b5c6 |
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM mariadb:latest
|
FROM mariadb:10.4
|
||||||
|
|
||||||
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 22.2.3
|
ENV NEXTCLOUD_VERSION 23.0.1
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
|
Loading…
Reference in a new issue