chore(deps): update nextcloud docker tag to v31

This commit is contained in:
Renovate Bot 2025-02-27 00:04:49 +00:00
parent de8cba9d2d
commit a1695ff92c
2 changed files with 3 additions and 3 deletions
.gitea/workflows
Dockerfile

@ -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

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