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.6 -focal as swift
16
+ FROM swift:5.7 -focal as swift
17
17
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
18
18
&& apt-get -q update && apt-get -q dist-upgrade -y \
19
19
&& 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" ./
36
36
&& mv /build/Resources ./Resources && chmod -R a-w ./Resources
37
37
38
38
39
- FROM swift:5.6 -focal-slim
39
+ FROM swift:5.7 -focal-slim
40
40
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
41
41
&& apt-get -q update && apt-get -q dist-upgrade -y && rm -r /var/lib/apt/lists/*\
42
42
&& 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