chore: bump unzip extension to v1.0.2

This commit is contained in:
Jannik Stehle
2025-04-01 13:42:28 +02:00
parent 37d6cd653d
commit b4a607965f

View File

@@ -6,12 +6,10 @@ services:
condition: service_completed_successfully
unzip-init:
image: opencloudeu/web-extensions:unzip-1.0.0
image: opencloudeu/web-extensions:unzip-1.0.2
user: root
volumes:
- opencloud-apps:/apps
entrypoint:
- /bin/sh
command: ["-c", "cp -R /usr/share/nginx/html/unzip/ /apps"]