Merge pull request 'update nextcloud version in dockerfile' (#12) from update_21.0.5 into master

Reviewed-on: #12
This commit is contained in:
bsod 2021-10-01 16:46:41 +02:00
commit 1a873d5bd9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM php:8.0-apache
ENV NEXTCLOUD_VERSION 21.0.4
ENV NEXTCLOUD_VERSION 21.0.5
RUN \
apt-get update && \