Skip to content

Commit

Permalink
update swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocampama committed Aug 23, 2023
1 parent ce23e6c commit 180d324
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 @@ -5,7 +5,7 @@ RUN swift build -c release

WORKDIR /swift
RUN git clone https://github.com/apple/swift-format.git
RUN cd swift-format && git checkout 47eaedd258b5c86e8d75b80fe99cdb02197665a6 && swift build -c release
RUN cd swift-format && git checkout a2055fa49d0ea9b7056e2c664f7ae07adc6f80ff && swift build -c release

FROM swift:5.7.0-slim
COPY --from=builder /swift/code/.build/release/copilot-action /usr/local/bin
Expand Down

0 comments on commit 180d324

Please sign in to comment.