From 4bd20c7e3da63e990f0a2aa63c950891c9cfc4f9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 6 Feb 2021 15:48:20 +0100 Subject: [PATCH] :arrow_up: Upgrades unzip to 6.0-23+deb10u2 (#182) --- vscode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/Dockerfile b/vscode/Dockerfile index 2169285..81d1777 100755 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -39,7 +39,7 @@ RUN \ openssl=1.1.1d-0+deb10u4 \ python3-dev=3.7.3-1 \ python3=3.7.3-1 \ - unzip=6.0-23+deb10u1 \ + unzip=6.0-23+deb10u2 \ uuid-runtime=2.33.1-0.1 \ wget=1.20.1-1.1 \ zip=3.0-11+b1 \