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 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