From f5b10f7e79310a3b710e977660da3ae1ed508e65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 00:55:04 +0000 Subject: [PATCH] chore(deps): update swift docker tag to v5.10 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a9e28ac..72c24e5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Swift 5.6", - "image": "swift:5.6-focal", + "image": "swift:5.10-focal", "extensions": [ "sswg.swift-lang" ],