From e55dc689f637304a77eda07ec100e832d6c56770 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 06:36:22 +0000 Subject: [PATCH] chore(deps): update nextcloud docker tag to v29 --- .gitea/workflows/repod.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/repod.yml b/.gitea/workflows/repod.yml index 4b3de73..3843740 100644 --- a/.gitea/workflows/repod.yml +++ b/.gitea/workflows/repod.yml @@ -14,7 +14,7 @@ jobs: php: runs-on: ubuntu-latest - container: nextcloud:28 + container: nextcloud:29 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:28 + container: nextcloud:29 steps: - run: apt-get update - run: apt-get install -y git nodejs diff --git a/Dockerfile b/Dockerfile index 3742e4f..9778f30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:28 +FROM nextcloud:29 ENV NEXTCLOUD_UPDATE 1 ENV NEXTCLOUD_ADMIN_USER repod