chore(deps): update nextcloud docker tag to v29
repod / xml (push) Successful in 10s Details
repod / php (push) Successful in 1m12s Details
repod / nodejs (push) Successful in 1m23s Details
repod / release (push) Has been skipped Details

This commit is contained in:
Renovate Bot 2024-04-25 06:36:22 +00:00
parent 7b5330e146
commit e55dc689f6
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jobs:
php: php:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: nextcloud:28 container: nextcloud:29
steps: steps:
- run: apt-get update - run: apt-get update
- run: apt-get install -y git nodejs - run: apt-get install -y git nodejs
@ -47,7 +47,7 @@ jobs:
release: release:
if: gitea.ref_type == 'tag' if: gitea.ref_type == 'tag'
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: nextcloud:28 container: nextcloud:29
steps: steps:
- run: apt-get update - run: apt-get update
- run: apt-get install -y git nodejs - run: apt-get install -y git nodejs

View File

@ -1,4 +1,4 @@
FROM nextcloud:28 FROM nextcloud:29
ENV NEXTCLOUD_UPDATE 1 ENV NEXTCLOUD_UPDATE 1
ENV NEXTCLOUD_ADMIN_USER repod ENV NEXTCLOUD_ADMIN_USER repod