Merge pull request 'chore(deps): update nextcloud docker tag to v31' (#273) from renovate/nextcloud-31.x into main
All checks were successful
repod / xml (push) Successful in 20s
repod / php (push) Successful in 44s
repod / nodejs (push) Successful in 58s
repod / release (push) Has been skipped

Reviewed-on: #273
This commit is contained in:
Michel Roux 2025-02-27 14:26:08 +00:00
commit ecdfededd2
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
FROM nextcloud:30
FROM nextcloud:31
ARG APP_NAME=repod
ENV NEXTCLOUD_UPDATE=1