Skip to content

Commit e438077

Browse files
committed
fix: update label
1 parent 588b98f commit e438077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.12-slim
22
FROM python:${PYTHON_VERSION} AS base
33

44
LABEL org.opencontainers.image.authors="Alexander Kharkevich <alex@kharkevich.org>"
5-
LABEL org.opencontainers.image.source="http://github.com/kharkevich/mlflow-tracking-server"
5+
LABEL org.opencontainers.image.source = "https://github.com/mlflow-oidc/mlflow-tracking-server-docker"
66
LABEL org.opencontainers.image.licenses="Apache-2.0"
77
LABEL org.opencontainers.image.description="MLFlow tracking server with OpenID Connect authentication"
88

0 commit comments

Comments
 (0)