We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa097c commit 285a88aCopy full SHA for 285a88a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 29-3.6.60 2024-12-05 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Nextcloud 29.0.10
5
6
7
## 29-3.6.59 2024-11-07 <dave at tiredofit dot ca>
8
9
### Added
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:-"29.0.9"} \
+ENV NEXTCLOUD_VERSION=${NEXTCLOUD_VERSION:-"29.0.10"} \
11
NEXTCLOUD_FILES_BACKEND_VERSION=${NEXTCLOUD_FILES_BACKEND_VERSION:-"v0.7.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