Nextcloud 31
All checks were successful
Build 31 / Build & push new image (push) Successful in 11m0s
Build 30 / Build & push new image (push) Successful in 11m3s
Build 29 / Build & push new image (push) Successful in 11m7s

This commit is contained in:
2025-04-30 15:52:41 +02:00
parent 18db859e54
commit d07ce8eeb0
4 changed files with 8 additions and 8 deletions

12
31/Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
ARG VERSION=31
FROM nextcloud:${VERSION}-fpm-alpine
LABEL maintainer="Lukas Raub titanz@pm.me"
RUN apk -U upgrade \
&& apk add libstdc++ \
&& rm -rf /var/cache/apk/*
COPY --from=git.conorz.at/titanz-containers/hardened_malloc:latest /install /usr/local/lib/
ENV LD_PRELOAD="/usr/local/lib/libhardened_malloc.so"