We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33633b2 commit 3e3e044Copy full SHA for 3e3e044
Dockerfile
@@ -7,7 +7,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
7
ARG NEXTCLOUD_VERSION
8
ARG NEXTCLOUD_FILES_BACKEND_VERSION
9
10
-ENV NEXTCLOUD_VERSION=${NEXTCLOUD_VERSION:-"30.0.5"} \
+ENV NEXTCLOUD_VERSION=${NEXTCLOUD_VERSION:-"31.0.0beta4"} \
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