diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index aa3063630a41f2e1482c4e8f706225e9b65036b7..a4e466f009ad22782259827d84e19c8625aec94e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "build": { "dockerfile": "Dockerfile", "args": { - "_CLAB_VERSION": "0.49.0" + "_CLAB_VERSION": "0.52.0" } }, "features": { diff --git a/.gitlab/ci/.renovate.yml b/.gitlab/ci/.renovate.yml index f6b37894631cb99f29f6890aadbfcffd9a627503..1c0047b093edde4734dcc939e13acc132ec8a03d 100644 --- a/.gitlab/ci/.renovate.yml +++ b/.gitlab/ci/.renovate.yml @@ -1,7 +1,7 @@ renovate: stage: tools - image: renovate/renovate:37.256.0 + image: renovate/renovate:37.269.3 variables: LOG_LEVEL: debug