Skip to content

Commit 56f45a9

Browse files
Update swift Docker tag to v6
1 parent ee8d0bc commit 56f45a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:5.10-jammy as build
1+
FROM swift:6.0-jammy as build
22

33
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
44
&& apt-get -q update \
@@ -24,7 +24,7 @@ RUN cp "$(swift build --package-path /build -c release --show-bin-path)/App" ./
2424
--exclude="App" --exclude=".DS_Store" \
2525
/build/Resources/ ./Resources/
2626

27-
FROM swift:5.10-jammy
27+
FROM swift:6.0-jammy
2828

2929
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
3030
&& apt-get -q update \

0 commit comments

Comments
 (0)