Update nextcloud Docker tag to v28
epubreader / nextcloud-22 (push) Successful in 2m24s Details
epubreader / nextcloud-27 (push) Successful in 1m10s Details

This commit is contained in:
Renovate Bot 2023-12-13 06:41:54 +00:00
parent dfa21ad708
commit f8bcad4144
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
nextcloud-22:
runs-on: ubuntu-latest
container: nextcloud:27
container: nextcloud:28
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
@ -18,7 +18,7 @@ jobs:
nextcloud-27:
runs-on: ubuntu-latest
container: nextcloud:27
container: nextcloud:28
steps:
- run: apt-get update
- run: apt-get install -y git nodejs

View File

@ -1,4 +1,4 @@
FROM nextcloud:27
FROM nextcloud:28
ENV NEXTCLOUD_UPDATE 1
ENV NEXTCLOUD_ADMIN_USER epubreader