Skip to content

Commit 220dd07

Browse files
anto-deepsourcesrijan-deepsource
authored andcommitted
chore: replace -static-executable with --static-swift-stdlib
1 parent 56ab830 commit 220dd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM swift:5.8.1-jammy as swift-format-builder
22
ADD . /toolbox
33
WORKDIR /toolbox
4-
RUN swift build -c release -Xswiftc -static-executable
4+
RUN swift build -c release --static-swift-stdlib

0 commit comments

Comments
 (0)