Skip to content

Commit

Permalink
Merge pull request Wonderfall#5 from rushsteve1/master
Browse files Browse the repository at this point in the history
Update to Nextcloud 13
  • Loading branch information
Wonderfall authored Feb 10, 2018
2 parents d2f3768 + 9793d15 commit 4fddb32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.13.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM wonderfall/nginx-php:7.2

ARG NEXTCLOUD_VERSION=13.0.0RC2
ARG NEXTCLOUD_VERSION=13.0.0
ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"

ENV UID=991 GID=991 \
Expand Down Expand Up @@ -38,9 +38,9 @@ RUN apk -U upgrade \
&& mkdir /nextcloud \
&& cd /tmp \
&& NEXTCLOUD_TARBALL="nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" \
&& wget -q https://download.nextcloud.com/server/prereleases/${NEXTCLOUD_TARBALL} \
&& wget -q https://download.nextcloud.com/server/prereleases/${NEXTCLOUD_TARBALL}.sha512 \
&& wget -q https://download.nextcloud.com/server/prereleases/${NEXTCLOUD_TARBALL}.asc \
&& wget -q https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL} \
&& wget -q https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL}.sha512 \
&& wget -q https://download.nextcloud.com/server/releases/${NEXTCLOUD_TARBALL}.asc \
&& wget -q https://nextcloud.com/nextcloud.asc \
&& echo "Verifying both integrity and authenticity of ${NEXTCLOUD_TARBALL}..." \
&& CHECKSUM_STATE=$(echo -n $(sha512sum -c ${NEXTCLOUD_TARBALL}.sha512) | tail -c 2) \
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
- Environment variables provided (see below).

### Tags
- **latest** : latest stable version. (12.0)
- **12.0** : latest 12.0.x version (stable)
- **latest** : latest stable version. (13.0)
- **13.0** : latest 13.0.x version (stable)
- **12.0** : latest 12.0.x version (old stable)
- **11.0** : latest 11.0.x version (old stable)
- **10.0** : latest 10.0.x version (old stable) (unmaintained)
- **9.0** : latest 9.0.x version. (old stable) (unmaintained)
Expand Down

0 comments on commit 4fddb32

Please sign in to comment.