update to 24.0.4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
andreas 2022-08-22 16:51:45 +02:00
parent d06ddfbbd9
commit ac7bdbb3d0
Signed by: andreas
GPG Key ID: D97194E55873280A
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
arg NC_TAG=24.0.3-apache
arg NC_TAG=24.0.4-apache
from docker.io/nextcloud:$NC_TAG