Skip to content

Commit

Permalink
Use inko:latest instead of inko:main
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Jul 30, 2024
1 parent 4768427 commit 8df3cc6
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 @@ -4,7 +4,7 @@ WORKDIR /idoc
RUN microdnf install --assumeyes git make
RUN make build

FROM ghcr.io/inko-lang/inko:main
FROM ghcr.io/inko-lang/inko:latest
COPY --from=builder ["/idoc/build/idoc", "/usr/bin/idoc"]
COPY --from=builder ["/idoc/assets", "/usr/share/idoc/assets"]
CMD ["/usr/bin/idoc"]

0 comments on commit 8df3cc6

Please sign in to comment.