From c97849f86b7c9cfbf3f5182608d9d2c7d5204476 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sat, 15 Aug 2026 18:28:56 +0200 Subject: [PATCH] Nextcloud 34.0.3, 33.0.8 --- .github/workflows/test.yml | 2 -- v33.Dockerfile | 2 +- v34.Dockerfile | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f758149..8a6864e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,8 +12,6 @@ on: branches: - 'master' pull_request: - branches: - - 'master' env: BUILD_TAG: nextcloud:test diff --git a/v33.Dockerfile b/v33.Dockerfile index 8e77fac..1a953de 100644 --- a/v33.Dockerfile +++ b/v33.Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG NEXTCLOUD_VERSION=33.0.7 +ARG NEXTCLOUD_VERSION=33.0.8 ARG ALPINE_VERSION=3.24 FROM tianon/gosu:latest AS gosu diff --git a/v34.Dockerfile b/v34.Dockerfile index 9d6caea..594ac20 100644 --- a/v34.Dockerfile +++ b/v34.Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG NEXTCLOUD_VERSION=34.0.2 +ARG NEXTCLOUD_VERSION=34.0.3 ARG ALPINE_VERSION=3.24 FROM tianon/gosu:latest AS gosu