Skip to content

Commit e7f3aaa

Browse files
Update swift Docker tag to v6
1 parent 8502c9f commit e7f3aaa

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
@@ -13,7 +13,7 @@ COPY Public ./Public/
1313
RUN npx webpack --config webpack.prod.js
1414

1515

16-
FROM swift:5.10-focal as swift
16+
FROM swift:6.0-focal as swift
1717
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
1818
&& apt-get -q update \
1919
&& apt-get -q dist-upgrade -y\
@@ -40,7 +40,7 @@ RUN [ -d /build/Public ] && { mv /build/Public ./Public && chmod -R a-w ./Public
4040
RUN [ -d /build/Resources ] && { mv /build/Resources ./Resources && chmod -R a-w ./Resources; } || true
4141

4242

43-
FROM swift:5.10-focal-slim
43+
FROM swift:6.0-focal-slim
4444
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
4545
&& apt-get -q update \
4646
&& apt-get -q dist-upgrade -y \

0 commit comments

Comments
 (0)