From 15c279d2e92b2204a1bc7ee0063cd78cd958d32d Mon Sep 17 00:00:00 2001 From: titanz Date: Sat, 8 Feb 2025 18:32:10 +0100 Subject: [PATCH] edited maintainer label --- 8/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/8/Dockerfile b/8/Dockerfile index b161ab9..1d17878 100644 --- a/8/Dockerfile +++ b/8/Dockerfile @@ -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 \ No newline at end of file +USER valkey