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 ee8d0bc commit 56f45a9Copy full SHA for 56f45a9
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM swift:5.10-jammy as build
+FROM swift:6.0-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:5.10-jammy
+FROM swift:6.0-jammy
28
29
30
0 commit comments