Skip to content

Commit

Permalink
feat!: prepare for containerbase changes
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jul 23, 2024
1 parent ee6c5b6 commit ed55a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ LABEL org.opencontainers.image.source="https://github.com/renovatebot/renovate"

WORKDIR /usr/src/app

COPY tools/docker/bin/ /usr/local/bin/
COPY tools/docker/bin/ /usr/local/sbin/
ENTRYPOINT ["/usr/local/sbin/renovate-entrypoint.sh"]
CMD ["renovate"]

ARG RENOVATE_VERSION
Expand Down
File renamed without changes.

0 comments on commit ed55a48

Please sign in to comment.