Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions services/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Hub tags omit the leading "v" from koel/koel GitHub Releases
# (release v9.11.0 → image phanan/koel:9.11.0). Review upstream-check PRs
# (release v9.11.0 → image phanan/koel:v9.11.1). Review upstream-check PRs
# and strip "v" if a bot rewrite does not resolve on Docker Hub.
FROM phanan/koel:9.11.0
FROM phanan/koel:v9.11.1

COPY docker-entrypoint.sh /usr/local/bin/railway-entrypoint.sh
RUN chmod +x /usr/local/bin/railway-entrypoint.sh
Expand Down