diff --git a/.gitea/workflows/repod.yml b/.gitea/workflows/repod.yml index 30584de..5e14619 100644 --- a/.gitea/workflows/repod.yml +++ b/.gitea/workflows/repod.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 8a6887d..51ece32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:30 +FROM nextcloud:31 ARG APP_NAME=repod ENV NEXTCLOUD_UPDATE=1