Template updates (Swift 5.7)

This commit is contained in:
Adam Fowler
2022-11-22 14:19:27 +00:00
parent f95e19206e
commit 185004fdce
6 changed files with 28 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.4 as build
FROM swift:5.7 as build
WORKDIR /build