Skip to content

Commit eafdc69

Browse files
feat: add 10.16.0 (#544)
1 parent 094045e commit eafdc69

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.drone.star

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ STANDALONE_CHROME_DEBUG_IMAGE = "docker.io/selenium/standalone-chrome-debug:3.14
88
def main(ctx):
99
versions = [
1010
{
11-
"value": "10.16.0-rc1",
12-
"tarball": "https://download.owncloud.com/server/testing/owncloud-complete-20251008.tar.bz2",
13-
"tarball_sha": "c2a1877844a557a79647e20027b55aa024811491f486154007723265448b4917",
11+
"value": "10.16.0",
12+
"tarball": "https://download.owncloud.com/server/stable/owncloud-complete-20251023.tar.bz2",
13+
"tarball_sha": "8d26ad5afd8bb417e36a748afee95d6cf8538b6720e0789e10acfdff333831d6",
1414
"php": "7.4",
1515
"base": "v22.04",
16-
"tags": [],
16+
"tags": ["10.16", "10", "latest"],
1717
},
1818
{
1919
"value": "10.15.3",
2020
"tarball": "https://download.owncloud.com/server/stable/owncloud-complete-20250703.tar.bz2",
2121
"tarball_sha": "3d699cb7cd3b12020f449302277ae116d7a96db9953486e0fa6e9d9895726646",
2222
"php": "7.4",
2323
"base": "v22.04",
24-
"tags": ["10.15", "10", "latest"],
24+
"tags": ["10.15"],
2525
},
2626
#{
2727
# "value": "10.14.0",

0 commit comments

Comments
 (0)