diff --git a/cpp-low-level/Dockerfile b/cpp-low-level/Dockerfile index 1a79064..e201cf4 100644 --- a/cpp-low-level/Dockerfile +++ b/cpp-low-level/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker.io/docker/dockerfile:1 -ARG MACHINE_GUEST_TOOLS_VERSION=0.17.1 +ARG MACHINE_GUEST_TOOLS_VERSION=0.17.2 # This enforces that the packages downloaded from the repositories are the same # for the defined date, no matter when the image is built. @@ -41,7 +41,7 @@ ADD https://github.com/cartesi/machine-guest-tools/releases/download/v${MACHINE_ RUN <