Skip to content

Commit 4f74b5f

Browse files
committed
Update swift Docker tag to v5.7
1 parent 644f2be commit 4f74b5f

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.6-focal as swift
16+
FROM swift:5.7-focal as swift
1717
RUN 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
4040
RUN 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

0 commit comments

Comments
 (0)