From f4eebecd9835b466d596992c60479f178602fa20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= <hampoelz@student.tugraz.at> Date: Sat, 12 Oct 2024 15:08:11 +0200 Subject: [PATCH] chore: Bump dev container to v1.1.1 --- devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcontainer.json b/devcontainer.json index 776d289..aebc5cf 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", + "image": "registry.gitlab.tugraz.at/oop1ws/container/devcontainer:v1.1.1", "runArgs": ["--ulimit", "nofile=1024:2048"] } -- GitLab