From 7ab74090b77436250f8ddf5d9dbe90558793a31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20G=C3=B6lles?= <florian.goelles@student.tugraz.at> Date: Wed, 13 Nov 2024 02:58:40 +0100 Subject: [PATCH] chore: Bump dev container to v1.1.2 --- devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcontainer.json b/devcontainer.json index aebc5cf..901498e 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -1,6 +1,6 @@ // enable-updates: true { "name": "OOP1_WS Dev Container", - "image": "registry.gitlab.tugraz.at/oop1ws/container/devcontainer:v1.1.1", + "image": "registry.gitlab.tugraz.at/oop1ws/container/devcontainer:v1.1.2", "runArgs": ["--ulimit", "nofile=1024:2048"] } -- GitLab