fix: label of docker image

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-04-14 12:41:18 +02:00
parent c308ffd2dd
commit b170eecb16

View File

@@ -1,5 +1,5 @@
FROM python:3.10-slim
LABEL maintener="Rémi Heredero <remi.heredero@hevs.ch>"
LABEL org.opencontainers.image.authors="remi.heredero@hevs.ch"
RUN apt-get update && \
pip install --no-cache-dir -U pdm && \