We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ab830 commit 220dd07Copy full SHA for 220dd07
Dockerfile
@@ -1,4 +1,4 @@
1
FROM swift:5.8.1-jammy as swift-format-builder
2
ADD . /toolbox
3
WORKDIR /toolbox
4
-RUN swift build -c release -Xswiftc -static-executable
+RUN swift build -c release --static-swift-stdlib
0 commit comments