diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3aea4ed7..35dda3e5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "args": { "DOCKER_GID": "${env:DOCKER_GID:}", "IMAGE_NAME": "node_24_python_3_14", - "IMAGE_VERSION": "v1.4.8", + "IMAGE_VERSION": "v1.4.9", "USER_UID": "${localEnv:USER_ID:}", "USER_GID": "${localEnv:GROUP_ID:}" }