diff --git a/.drone.yml b/.drone.yml index 369ec4f..36d7472 100644 --- a/.drone.yml +++ b/.drone.yml @@ -169,6 +169,21 @@ steps: build_args: - NC_VERSION=31-fpm-alpine +- name: nextcloud 32 + image: plugins/docker + when: + branch: + - master + settings: + repo: yavook/kiwi-nextcloud + tags: 32 + username: + from_secret: DOCKER_USERNAME + password: + from_secret: DOCKER_PASSWORD + build_args: + - NC_VERSION=32-fpm-alpine + - name: parallelism provider image: alpine depends_on: @@ -183,3 +198,4 @@ steps: - nextcloud 29 - nextcloud 30 - nextcloud 31 + - nextcloud 32 diff --git a/Dockerfile b/Dockerfile index 9af4edb..e43f1c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="jmm@yavook.de" # https://github.com/just-containers/s6-overlay ######### -ARG S6_OVERLAY_VERSION=3.2.1.0 +ARG S6_OVERLAY_VERSION=3.2.2.0 ENV PATH=/command:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN set -ex; \