Update to swift 6

This commit is contained in:
2025-05-12 19:45:46 -07:00
parent 704ca27cd7
commit 75eddcb6fd
6 changed files with 112 additions and 55 deletions

View File

@@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:5.10.1-jammy AS build
FROM swift:6.1.0-noble AS build
# Install OS updates and, if needed, sqlite3
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
@@ -42,7 +42,7 @@ RUN [ -d /build/Resources ] && { mv /build/Resources ./Resources && chmod -R a-w
# ================================
# Run image
# ================================
FROM ubuntu:jammy
FROM ubuntu:noble
# Make sure all system packages are up to date, and install only essential packages.
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \