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