diff --git a/.gitea/workflows/repod.yml b/.gitea/workflows/repod.yml index 77c83d6..9f1530d 100644 --- a/.gitea/workflows/repod.yml +++ b/.gitea/workflows/repod.yml @@ -14,7 +14,7 @@ jobs: php: runs-on: ubuntu-latest - container: nextcloud:29 + container: nextcloud:30 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:29 + container: nextcloud:30 steps: - run: apt-get update - run: apt-get install -y git nodejs diff --git a/Dockerfile b/Dockerfile index 93c3ad5..daf860c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:29 +FROM nextcloud:30 ENV NEXTCLOUD_UPDATE=1 ENV NEXTCLOUD_ADMIN_USER=repod