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