From 40dd175a0f047dbeb420e811db268f049ff1d649 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Wed, 2 Apr 2025 14:03:38 -0400 Subject: [PATCH] update vscode and package.json (#7653) --- frontend/package-lock.json | 6 +++--- openhands/runtime/utils/runtime_templates/Dockerfile.j2 | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 01571c7af7..cab39ff850 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -17140,9 +17140,9 @@ } }, "node_modules/vite": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz", - "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==", + "version": "6.2.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz", + "integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==", "license": "MIT", "dependencies": { "esbuild": "^0.25.0", diff --git a/openhands/runtime/utils/runtime_templates/Dockerfile.j2 b/openhands/runtime/utils/runtime_templates/Dockerfile.j2 index cca287b911..74e75dc39a 100644 --- a/openhands/runtime/utils/runtime_templates/Dockerfile.j2 +++ b/openhands/runtime/utils/runtime_templates/Dockerfile.j2 @@ -46,7 +46,7 @@ RUN mkdir -p /openhands && \ # 2. https://github.com/gitpod-io/openvscode-releases # Setup VSCode Server -ARG RELEASE_TAG="openvscode-server-v1.94.2" +ARG RELEASE_TAG="openvscode-server-v1.98.2" ARG RELEASE_ORG="gitpod-io" # ARG USERNAME=openvscode-server # ARG USER_UID=1000