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:
parent
4c552549f0
commit
9ae6eafb24
@ -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
|
||||
|
||||
|
1
towncrier/newsfragments/2955.misc
Normal file
1
towncrier/newsfragments/2955.misc
Normal file
@ -0,0 +1 @@
|
||||
Remove the version pinning on hardened malloc
|
Loading…
x
Reference in New Issue
Block a user