diff --git a/.devcontainer.json b/.devcontainer.json index 3e88848..3a2ef7b 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "dev-weatherlink", - "image": "mcr.microsoft.com/devcontainers/python:1-3.12", + "image": "mcr.microsoft.com/devcontainers/python:1-3.13", "postCreateCommand": "scripts/setup", "appPort": [ "9126:8123" @@ -41,7 +41,7 @@ "[markdown]": { "files.trimTrailingWhitespace": false }, - "terminal.integrated.defaultProfile.linux": "zsh" + "terminal.integrated.defaultProfile.linux": "zsh" } } },