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 3322983 commit 9f9a17fCopy full SHA for 9f9a17f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM swift:6.0-jammy as build
+FROM swift:5.10-jammy as build
2
3
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
4
&& apt-get -q update \
@@ -24,7 +24,7 @@ RUN cp "$(swift build --package-path /build -c release --show-bin-path)/App" ./
24
--exclude="App" --exclude=".DS_Store" \
25
/build/Resources/ ./Resources/
26
27
-FROM swift:6.0-jammy
+FROM swift:5.10-jammy
28
29
30
0 commit comments