From e0d555fdef9604d93274258b35b6174aaf161e03 Mon Sep 17 00:00:00 2001 From: Kamil Zabielski <50334623+limakzi@users.noreply.github.com> Date: Wed, 14 May 2025 00:45:57 +0200 Subject: [PATCH] feat: Update gap-version in devcontainer --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3903cf2..9e35654 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,4 @@ { - "image": "ghcr.io/limakzi/jupyter-gap:4.12.2-full", + "image": "ghcr.io/limakzi/jupyter-gap:4.14.0-full", "forwardPorts": [8888] }