Skip to content

Commit

Permalink
switch to owncloud/qnap:10.9.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Dec 14, 2021
1 parent aaa1885 commit 53c21c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/linux_amd64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"

services:
owncloud:
image: owncloud/qnap:10.9.0-beta1-amd64@sha256:b4212f90f732fa59f5b8d776be06713e648676a2fe5a98dc6e32ffc26137ec04
image: owncloud/qnap:10.9.0-rc1-amd64@514aec3367ee653a243032002d078a0a7c0b2726680ac5e73b41403c6e135916
restart: always
ports:
- "127.0.0.1:11409:8080"
Expand Down
2 changes: 1 addition & 1 deletion data/linux_arm_v7/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"

services:
owncloud:
image: owncloud/qnap:10.9.0-beta1-arm32v7@sha256:a886dd03d4b73be623fba517ad4da725750bc3740e20c577370dacb588e63238
image: owncloud/qnap:10.9.0-rc1-arm32v7@d9da1f7672609c86a2490e262cdc4ebf4af74dc639ba54a3ac0eb94be4e7e017
restart: always
ports:
- "127.0.0.1:11409:8080"
Expand Down
2 changes: 1 addition & 1 deletion qpkg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ QPKG_NAME="ownCloud"
# Name of the display application.
QPKG_DISPLAY_NAME="ownCloud"
# Version of the packaged application.
QPKG_VER="10.9.0.0-beta1"
QPKG_VER="10.9.0.0-rc1"
# Author or maintainer of the package
QPKG_AUTHOR="ownCloud GmbH"
# License for the packaged application
Expand Down

0 comments on commit 53c21c4

Please sign in to comment.