Skip to content

Commit

Permalink
chore(pre-release): Use 28.0.3rc1 for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Feb 16, 2024
1 parent 67bd953 commit 26d0ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM ubuntu:22.04

ADD https://download.nextcloud.com/server/releases/nextcloud-28.0.3.tar.bz2 /root/nextcloud.tar.bz2
ADD https://download.nextcloud.com/server/prereleases/nextcloud-28.0.3rc1.tar.bz2 /root/nextcloud.tar.bz2
ADD https://github.com/nextcloud-releases/richdocuments/releases/download/v8.3.1/richdocuments-v8.2.4.tar.gz /root/richdocuments.tar.gz
ADD https://github.com/ONLYOFFICE/onlyoffice-nextcloud/releases/download/v9.0.0/onlyoffice.tar.gz /root/onlyoffice.tar.gz
COPY resources/entrypoint.sh /usr/sbin/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

app_name=nextcloud
app_version=28.0.3-0
app_version=28.0.3-90
app_upgrade_from=27.1.6-0

ucs_version=5.0
Expand Down

0 comments on commit 26d0ede

Please sign in to comment.