From 162db87759e097410c1f33e65f3d51576a534b9a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 13 Jan 2024 06:55:14 +0000 Subject: [PATCH] chore(deps): update nextcloud docker tag to v28 --- .gitea/workflows/repod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/repod.yml b/.gitea/workflows/repod.yml index aacea51..d817b95 100644 --- a/.gitea/workflows/repod.yml +++ b/.gitea/workflows/repod.yml @@ -14,7 +14,7 @@ jobs: php: runs-on: ubuntu-latest - container: nextcloud:26 + container: nextcloud:28 steps: - run: apt-get update - run: apt-get install -y git nodejs @@ -47,7 +47,7 @@ jobs: release: if: startsWith(gitea.ref, 'refs/tags') runs-on: ubuntu-latest - container: nextcloud:26 + container: nextcloud:28 steps: - run: apt-get update - run: apt-get install -y git nodejs