update nextcloud to 25.0.2 and mariadb to 10.6

This commit is contained in:
bsod 2022-12-09 11:52:31 +01:00
commit 5cba8241aa
3 changed files with 3 additions and 2 deletions
webservice

View file

@ -1,6 +1,6 @@
FROM php:8.1-apache
ENV NEXTCLOUD_VERSION 25.0.1
ENV NEXTCLOUD_VERSION 25.0.2
RUN \
apt-get update && \