nextcloud and php update

This commit is contained in:
bsod 2023-07-21 15:51:39 +02:00
parent 630ec453de
commit 36d4c9ea88

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 && \