1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-25 02:29:32 +02:00

Update dependency nextcloud/server to v25.0.5

Signed-off-by: milkmaker <milkmaker@mailcow.de>
This commit is contained in:
renovate[bot] 2023-03-23 14:18:29 +00:00 committed by GitHub
parent 62f3603588
commit cf3dc584d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# renovate: datasource=github-releases depName=nextcloud/server versioning=semver extractVersion=^v(?<version>.*)$
NEXTCLOUD_VERSION=25.0.4
NEXTCLOUD_VERSION=25.0.5
echo -ne "Checking prerequisites..."
sleep 1