From c90aea8804d26accc135ee484ace06e9c2d08fc3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 27 Feb 2025 00:03:49 +0000 Subject: [PATCH] chore(deps): update nextcloud docker tag to v31 --- .gitea/workflows/app_template.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/app_template.yml b/.gitea/workflows/app_template.yml index 1258307..0009d35 100644 --- a/.gitea/workflows/app_template.yml +++ b/.gitea/workflows/app_template.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 5aa8076..9f41e93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:30 +FROM nextcloud:31 ARG APP_NAME=app_template ENV NEXTCLOUD_UPDATE=1