Updated the Swift image to use when building the Docker image to v6.1 in the Dockerfile file.

This commit is contained in:
Javier Cicchelli 2025-04-07 01:14:13 +02:00
parent 9e7c1f61fd
commit 9da4fb2260

View File

@ -1,7 +1,7 @@
# ================================
# Build image
# ================================
FROM swift:6.0.3-noble AS build
FROM swift:6.1-noble AS build
# Install OS updates
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \