aboutsummaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-04-05 17:27:26 +0000
committerMohamed Bassem <me@mbassem.com>2025-04-05 17:27:26 +0000
commitabcb9f264319ed9c73194e44401f89fb8521d9e2 (patch)
treea945d41dc288410e77afe836898aaf4cba4bce3b /docker/Dockerfile
parent8f470b3203c7ddda552fd04ef0065b9ce8fc4ab5 (diff)
downloadkarakeep-abcb9f264319ed9c73194e44401f89fb8521d9e2.tar.zst
build: Update image source label in the dockerfile
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 2eba6fb8..f836a9e2 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -34,7 +34,7 @@ RUN (cd apps/cli && pnpm build)
################# The All-in-one builder ##############
FROM node:22-alpine AS aio_builder
-LABEL org.opencontainers.image.source="https://github.com/hoarder-app/hoarder"
+LABEL org.opencontainers.image.source="https://github.com/karakeep-app/karakeep"
WORKDIR /app
# https://github.com/hoarder-app/hoarder/issues/967
@@ -134,7 +134,7 @@ ENV USING_LEGACY_SEPARATE_CONTAINERS=true
################# The cli ##############
FROM node:22-alpine AS cli
-LABEL org.opencontainers.image.source="https://github.com/hoarder-app/hoarder"
+LABEL org.opencontainers.image.source="https://github.com/karakeep-app/karakeep"
WORKDIR /app
COPY --from=base /app/apps/cli/dist/index.mjs apps/cli/index.mjs