Skip to content

Commit

Permalink
chore: update Dockerfile with correct repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed May 24, 2024
1 parent 5c8bb61 commit c492f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM oven/bun:1 as base

LABEL description="This is a template for a Pylon service"
LABEL org.opencontainers.image.source="https://github.com/cronitio/pylon-template"
LABEL org.opencontainers.image.source="https://github.com/getcronit/pylon-template"
LABEL maintainer="[email protected]"

WORKDIR /usr/src/pylon
Expand Down

0 comments on commit c492f1f

Please sign in to comment.