Skip to content

Commit

Permalink
feat: peer to peer routing (#3599)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Dec 5, 2024
1 parent 34aacdf commit 8dd657d
Show file tree
Hide file tree
Showing 34 changed files with 888 additions and 499 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ ARG RUNTIME=scratch-runtime

# Get certificates from Alpine (smaller than Ubuntu)
FROM alpine:latest AS certs
RUN apk --update add ca-certificates
# No need to update here, we just use this for the certs
RUN apk add ca-certificates

# Used for everything except ftl-runner
FROM scratch AS scratch-runtime
Expand Down
Loading

0 comments on commit 8dd657d

Please sign in to comment.