File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ COPY Public ./Public/
13
13
RUN npx webpack --config webpack.prod.js
14
14
15
15
16
- FROM swift:5.10 -focal as swift
16
+ FROM swift:6.1 -focal as swift
17
17
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
18
18
&& apt-get -q update \
19
19
&& apt-get -q dist-upgrade -y\
@@ -40,7 +40,7 @@ RUN [ -d /build/Public ] && { mv /build/Public ./Public && chmod -R a-w ./Public
40
40
RUN [ -d /build/Resources ] && { mv /build/Resources ./Resources && chmod -R a-w ./Resources; } || true
41
41
42
42
43
- FROM swift:5.10 -focal-slim
43
+ FROM swift:6.1 -focal-slim
44
44
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
45
45
&& apt-get -q update \
46
46
&& apt-get -q dist-upgrade -y \
You can’t perform that action at this time.
0 commit comments