Compare commits
3 commits
e34747b677
...
f1b53d5774
Author | SHA1 | Date | |
---|---|---|---|
f1b53d5774 | |||
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
|
||||
|
||||
|
|
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue