Skip to content

Commit d764e0c

Browse files
committed
Release 30-3.6.72 - See CHANGELOG.md
1 parent e859dd9 commit d764e0c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 30-3.6.72 2025-02-13 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Nextcloud 30.0.6
5+
6+
17
## 30-3.6.71 2025-02-07 <dave at tiredofit dot ca>
28

39
### Added

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
77
ARG NEXTCLOUD_VERSION
88
ARG NEXTCLOUD_FILES_BACKEND_VERSION
99

10-
ENV NEXTCLOUD_VERSION=${NEXTCLOUD_VERSION:-"30.0.5"} \
10+
ENV NEXTCLOUD_VERSION=${NEXTCLOUD_VERSION:-"30.0.6"} \
1111
NEXTCLOUD_FILES_BACKEND_VERSION=${NEXTCLOUD_FILES_BACKEND_VERSION:-"v1.0.0"} \
1212
NEXTCLOUD_FILES_BACKEND_REPO_URL=${NEXTCLOUD_FILES_BACKEND_REPO_URL:-"https://github.com/nextcloud/notify_push"} \
1313
DLIB_VERSION=v19.24.4 \

0 commit comments

Comments
 (0)