1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

Remove the version pinning on hardened malloc

This commit is contained in:
Florent Daigniere 2023-10-04 17:13:56 +02:00
parent 4c552549f0
commit 9ae6eafb24
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN set -euxo pipefail \
; adduser -Sg ${MAILU_UID} -G mailu -h /app -g "mailu app" -s /bin/bash mailu \
; apk add --no-cache bash ca-certificates curl python3 tzdata \
; ! [[ "$(uname -m)" == x86_64 ]] \
|| apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing hardened-malloc==11-r0
|| apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing hardened-malloc
WORKDIR /app

View File

@ -0,0 +1 @@
Remove the version pinning on hardened malloc