From b197b9d42a502ac3a1d4729e01e71bf728a7e334 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:37:35 +0000 Subject: [PATCH] Update swift Docker tag to v6.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 082ebd67..1ca3e69f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY Public ./Public/ RUN npx webpack --config webpack.prod.js -FROM swift:6.1-jammy as swift +FROM swift:6.2-jammy as swift RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \ && apt-get -q update \ && apt-get -q dist-upgrade -y \ @@ -55,7 +55,7 @@ USER linuxbrew RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" RUN /home/linuxbrew/.linuxbrew/bin/brew install silicon -FROM swift:6.1-jammy-slim +FROM swift:6.2-jammy-slim RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \ && apt-get -q update \ && apt-get -q dist-upgrade -y \