We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bee14 commit df5d2fcCopy full SHA for df5d2fc
docker/Dockerfile
@@ -18,7 +18,7 @@ RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
18
19
# swift-format
20
ARG swiftformat_version=509.0.0
21
-RUN git clone --branch $swiftformat_version --depth 1 https://github.com/apple/swift-format $HOME/.tools/swift-format-source
+RUN git clone --branch $swiftformat_version --depth 1 https://github.com/swiftlang/swift-format $HOME/.tools/swift-format-source
22
RUN cd $HOME/.tools/swift-format-source && swift build -c release
23
RUN ln -s $HOME/.tools/swift-format-source/.build/release/swift-format $HOME/.tools/swift-format
24
0 commit comments