edited maintainer label
All checks were successful
Build 8 / Build & push new image (push) Successful in 10m31s
Build 7 / Build & push new image (push) Successful in 10m30s

This commit is contained in:
titanz 2025-02-08 18:32:10 +01:00
parent 686f8b870d
commit 15c279d2e9
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

View File

@ -7,7 +7,7 @@ FROM valkey/valkey:${VERSION}-alpine
ARG UID
ARG GID
LABEL maintainer="Thien Tran contact@tommytran.io"
LABEL maintainer="Lukas Raub titanz@pm.me"
RUN apk -U upgrade \
&& apk add libstdc++ shadow
@ -24,4 +24,4 @@ RUN --network=none \
COPY --from=ghcr.io/polarix-containers/hardened_malloc:latest /install /usr/local/lib/
ENV LD_PRELOAD="/usr/local/lib/libhardened_malloc.so"
USER valkey
USER valkey