mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
Merge pull request #56 from linuxserver/use_latest
use latest rather than specific version for initial install
This commit is contained in:
commit
3b169e9d01
@ -6,9 +6,6 @@ ARG VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="sparklyballs"
|
||||
|
||||
# package version
|
||||
ENV NEXTCLOUD_VER="13.0.1"
|
||||
|
||||
# environment settings
|
||||
ENV NEXTCLOUD_PATH="/config/www/nextcloud"
|
||||
|
||||
|
||||
@ -81,6 +81,7 @@ If updating to nextcloud 12 you will need to comment out line `add_header X-Fram
|
||||
|
||||
## Versions
|
||||
|
||||
+ **11.06.18:** Use latest rather than specific version for initial install.
|
||||
+ **26.04.18:** Bump default install to 13.0.1.
|
||||
+ **06.02.18:** Bump default install to 13.0.0.
|
||||
+ **26.01.18:** Rebase to alpine 3.7, bump default install to 12.0.5.
|
||||
|
||||
@ -7,7 +7,7 @@ mkdir -p \
|
||||
# install app
|
||||
if [ ! -e "${NEXTCLOUD_PATH}/index.php" ]; then
|
||||
curl -o /tmp/nextcloud.tar.bz2 -L \
|
||||
https://download.nextcloud.com/server/releases/nextcloud-"${NEXTCLOUD_VER}".tar.bz2
|
||||
https://download.nextcloud.com/server/releases/latest.tar.bz2
|
||||
tar xf /tmp/nextcloud.tar.bz2 -C \
|
||||
"${NEXTCLOUD_PATH}" --strip-components=1
|
||||
rm -f \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user