diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index f903502e24d5156e2384a8d83839270550f42f24..c526e07806e76ae40c37c356c3876a2cc71d32a2 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 \