Skip to content

Commit

Permalink
Build the container using Inko's main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Sep 24, 2024
1 parent 18f096d commit 8192fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/inko-lang/inko:latest AS builder
FROM ghcr.io/inko-lang/inko:main AS builder
ADD . /openflow
WORKDIR /openflow
RUN microdnf install --assumeyes git
RUN inko build -o build/openflow

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

0 comments on commit 8192fec

Please sign in to comment.