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.
2 parents 3322983 + 9f9a17f commit 96f3653Copy full SHA for 96f3653
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