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/
1313RUN npx webpack --config webpack.prod.js
1414
1515
16- FROM swift:6.1 -jammy as swift
16+ FROM swift:6.2 -jammy as swift
1717RUN 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
4040RUN [ -d /build/Resources ] && { mv /build/Resources ./Resources && chmod -R a-w ./Resources; } || true
4141
4242
43- FROM swift:6.1 -jammy-slim
43+ FROM swift:6.2 -jammy-slim
4444RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
4545 && apt-get -q update \
4646 && apt-get -q dist-upgrade -y \
You can’t perform that action at this time.
0 commit comments