diff --git a/Dockerfile b/Dockerfile index 0e05306..a7107f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG ALPINE_VERSION=3.13.6 ARG BASE_IMAGE=gitea.nulo.in/sutty/monit FROM ${BASE_IMAGE}:${ALPINE_VERSION} AS build -MAINTAINER "f " +LABEL org.opencontainers.image.authors="f@sutty.nl" ARG REDIS_VERSION=6.2.7 ARG MAX_MEMORY=100mb ENV MAX_MEMORY=${MAX_MEMORY} @@ -22,7 +22,7 @@ RUN echo "save \"\"" >> /etc/redis.conf ARG ALPINE_VERSION=3.13.6 ARG BASE_IMAGE=sutty/monit FROM ${BASE_IMAGE}:${ALPINE_VERSION} -MAINTAINER "f " +LABEL org.opencontainers.image.authors="f@sutty.nl" ARG REDIS_VERSION=6.2.7 RUN apk add --no-cache redis~${REDIS_VERSION} su-exec