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:5.6 -focal as swift
16+ FROM swift:5.7 -focal as swift
1717RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
1818 && apt-get -q update && apt-get -q dist-upgrade -y \
1919 && apt-get install -y --no-install-recommends libsqlite3-dev \
@@ -36,7 +36,7 @@ RUN cp "$(swift build --package-path /build -c release --show-bin-path)/Run" ./
3636 && mv /build/Resources ./Resources && chmod -R a-w ./Resources
3737
3838
39- FROM swift:5.6 -focal-slim
39+ FROM swift:5.7 -focal-slim
4040RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
4141 && apt-get -q update && apt-get -q dist-upgrade -y && rm -r /var/lib/apt/lists/*\
4242 && useradd --user-group --create-home --system --skel /dev/null --home-dir /app vapor
You can’t perform that action at this time.
0 commit comments