From ac7bdbb3d00fed09503797f5fc217964ec550192 Mon Sep 17 00:00:00 2001 From: Andreas Larsen Date: Mon, 22 Aug 2022 16:51:45 +0200 Subject: [PATCH] update to 24.0.4 --- .drone.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5bf34e3..6e789d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,6 @@ steps: insecure: true dockerfile: Dockerfile build_args: - NC_TAG: 24.0.3-apache - tags: 24.0.3-apache + NC_TAG: 24.0.4-apache + tags: 24.0.4-apache cache_from: registry.local/northcode/nextcloud diff --git a/Dockerfile b/Dockerfile index 0dbef09..bb1b99a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -arg NC_TAG=24.0.3-apache +arg NC_TAG=24.0.4-apache from docker.io/nextcloud:$NC_TAG