We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe923d7 commit d27d490Copy full SHA for d27d490
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 31-3.6.82 2025-03-13 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Nextcloud 31.0.1
5
6
7
## 31-3.6.81 2025-02-25 <fermion2020@github>
8
9
### Changed
Dockerfile
@@ -7,7 +7,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
ARG NEXTCLOUD_VERSION
ARG NEXTCLOUD_FILES_BACKEND_VERSION
10
-ENV NEXTCLOUD_VERSION=${NEXTCLOUD_VERSION:-"31.0.0"} \
+ENV NEXTCLOUD_VERSION=${NEXTCLOUD_VERSION:-"31.0.1"} \
11
NEXTCLOUD_FILES_BACKEND_VERSION=${NEXTCLOUD_FILES_BACKEND_VERSION:-"v1.0.0"} \
12
NEXTCLOUD_FILES_BACKEND_REPO_URL=${NEXTCLOUD_FILES_BACKEND_REPO_URL:-"https://github.com/nextcloud/notify_push"} \
13
DLIB_VERSION=v19.24.4 \
0 commit comments