diff --git a/Dockerfile b/Dockerfile index 17385ff..41bd0be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.10-slim -LABEL maintener="Rémi Heredero " +LABEL org.opencontainers.image.authors="remi.heredero@hevs.ch" RUN apt-get update && \ pip install --no-cache-dir -U pdm && \