From 9da4fb2260e29bd685b4db4d515a9831a477e0cd Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Mon, 7 Apr 2025 01:14:13 +0200 Subject: [PATCH] Updated the Swift image to use when building the Docker image to v6.1 in the Dockerfile file. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73bd716..93386d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \