From 8fb1eb1b6c58fedb8cbb0508f6ed3a88f42fcfc2 Mon Sep 17 00:00:00 2001 From: f-bn Date: Sat, 13 Apr 2024 12:48:25 +0200 Subject: [PATCH] feat(postgresql): update source label --- postgresql/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/Dockerfile b/postgresql/Dockerfile index 1d81576..7fe7085 100644 --- a/postgresql/Dockerfile +++ b/postgresql/Dockerfile @@ -32,7 +32,7 @@ CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"] LABEL \ org.opencontainers.image.title="postgresql" \ - org.opencontainers.image.source="https://github.com/f-bn/containers-images" \ + org.opencontainers.image.source="https://github.com/f-bn/containers-images/postgresql" \ org.opencontainers.image.description="Custom PostgreSQL ${PG_MAJOR} image with additional extensions, configuration and tools for learning and testing purposes" \ org.opencontainers.image.licenses="PostgreSQL" \ org.opencontainers.image.authors="Florian Bobin " \ No newline at end of file