From d3acfa49167009c8f343045a4cfbfa47b97cde02 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 19 Apr 2022 19:32:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20uuid-runtime=20?= =?UTF-8?q?to=202.36.1-8+deb11u1=20(#426)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 1b95071..ef5a22a 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -40,7 +40,7 @@ RUN \ python3-dev=3.9.2-3 \ python3=3.9.2-3 \ unzip=6.0-26 \ - uuid-runtime=2.36.1-8 \ + uuid-runtime=2.36.1-8+deb11u1 \ wget=1.21-1+deb11u1 \ zip=3.0-12 \ zsh>=5.8-6 \