主要更新内容
- 调整 Dockerfile:使用
COPY --chmod=755直接为komari二进制设置可执行权限,替代原先COPY后再执行RUN chmod +x的方式,精简镜像构建步骤。
其他
- 本快照仅包含构建流程优化,无新增功能或用户可见行为变更。
Commits
Full Changelog: 1.4.2...Snapshot-2608071657
COPY --chmod=755 直接为 komari 二进制设置可执行权限,替代原先 COPY 后再执行 RUN chmod +x 的方式,精简镜像构建步骤。
Full Changelog: 1.4.2...Snapshot-2608071657
Don't miss a new komari release
NewReleases is sending notifications on new releases.