From 32d63c6a07bcd121dd78f1973489e64ee1bc897f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 00:58:32 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20mcr.microso?= =?UTF-8?q?ft.com/devcontainers/python=20(=203.13=20=E2=86=92=203.14=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | -------------------------------------- | ---- | ---- | | docker | mcr.microsoft.com/devcontainers/python | 3.13 | 3.14 | --- .devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 04d8ea1..688bdb1 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "rtrox/gatus", - "image": "mcr.microsoft.com/devcontainers/python:3.13", + "image": "mcr.microsoft.com/devcontainers/python:3.14", "postCreateCommand": "scripts/setup", "forwardPorts": [ 8123,