From a7aecdc99b5dc9d52f4f6554a0b9e822ecba4cfd Mon Sep 17 00:00:00 2001 From: LPM Date: Wed, 24 Jun 2026 22:17:11 -0400 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 39a7098..ca24765 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,8 @@ # RUN ls -lh -FROM nextcloud:32.0.6 -ARG VERSION=32.0.6 +FROM nextcloud:32.0.11 +ARG VERSION=32.0.11 # Update package lists RUN apt-get update From ed66f4717d3d41cef8f91cc5db40012d6e8f6214 Mon Sep 17 00:00:00 2001 From: LPM Date: Wed, 24 Jun 2026 22:18:08 -0400 Subject: [PATCH 2/2] Update build-nextcloud.yml --- .github/workflows/build-nextcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-nextcloud.yml b/.github/workflows/build-nextcloud.yml index 0d6d165..4f69cba 100644 --- a/.github/workflows/build-nextcloud.yml +++ b/.github/workflows/build-nextcloud.yml @@ -35,7 +35,7 @@ jobs: images: ghcr.io/${{ github.repository }} tags: | type=raw,value=latest - type=raw,value=32.0.6 + type=raw,value=32.0.11 type=raw,value=build-${{ github.run_number }} - name: Build and push Docker image