From 5c3875544e2ee78b35269c94dc7dd9d844720a9c Mon Sep 17 00:00:00 2001 From: Nicolas KAROLAK <nicolas.karolak@ubicast.eu> Date: Fri, 3 Apr 2020 11:50:02 +0200 Subject: [PATCH] update ovftool version --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index f903502e..c526e078 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -70,7 +70,7 @@ RUN \ sudo rm requirements.dev.txt && \ : -ARG OVFTOOL_VERSION=4.3.0-14746126 +ARG OVFTOOL_VERSION=4.4.0-15722219 ARG OVFTOOL_NAME=VMware-ovftool-${OVFTOOL_VERSION}-lin.x86_64 ARG OVFTOOL_URL=https://nextcloud.ubicast.net/s/LEcyMWG9BnKsrHX/download?path=%2FVMware%20Tools&files=${OVFTOOL_NAME} RUN \ -- GitLab