Skip to content

Commit 5fd4f4e

Browse files
committed
Release 28-3.6.42 - See CHANGELOG.md
1 parent 43246c8 commit 5fd4f4e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 28-3.6.42 2024-08-02 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Notify Push 0.7.0
5+
6+
17
## 28-3.6.41 2024-07-19 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG NEXTCLOUD_VERSION
88
ARG NEXTCLOUD_FILES_BACKEND_VERSION
99

1010
ENV NEXTCLOUD_VERSION=${NEXTCLOUD_VERSION:-"28.0.8"} \
11-
NEXTCLOUD_FILES_BACKEND_VERSION=${NEXTCLOUD_FILES_BACKEND_VERSION:-"v0.6.12"} \
11+
NEXTCLOUD_FILES_BACKEND_VERSION=${NEXTCLOUD_FILES_BACKEND_VERSION:-"v0.7.0"} \
1212
NEXTCLOUD_FILES_BACKEND_REPO_URL=${NEXTCLOUD_FILES_BACKEND_REPO_URL:-"https://github.com/nextcloud/notify_push"} \
1313
DLIB_VERSION=v19.24 \
1414
DLIB_REPO_URL=https://github.com/davisking/dlib \

0 commit comments

Comments
 (0)