From abcb9f264319ed9c73194e44401f89fb8521d9e2 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 5 Apr 2025 17:27:26 +0000 Subject: build: Update image source label in the dockerfile --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/Dockerfile') 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 -- cgit v1.2.3-70-g09d2