nextcloud and php update #26

Merged
bsod merged 1 commit from nextcloud_26.0.4 into master 2023-07-21 22:34:09 +02:00
Showing only changes of commit 36d4c9ea88 - Show all commits

nextcloud and php update

bsod 2023-07-21 15:51:39 +02:00

View file

@ -1,6 +1,6 @@
FROM php:8.1-apache
FROM php:8.2-apache
ENV NEXTCLOUD_VERSION 26.0.3
ENV NEXTCLOUD_VERSION 26.0.4
RUN \
apt-get update && \