From 5125f8b304b860383f277e6d52bb72abfe820a30 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 14 Feb 2020 23:31:14 +0100 Subject: [PATCH] bump windows-container-utility aa1ba87e99b68e0113bd27ec26c60b88f9d4ccd9 full diff: https://github.com/docker/windows-container-utility/compare/e004a1415a433447369e315b9d7df357102be0d2...aa1ba87e99b68e0113bd27ec26c60b88f9d4ccd9 changes: - Use standard include paths instead of hard-coding Signed-off-by: Sebastiaan van Stijn --- hack/make/containerutility | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make/containerutility b/hack/make/containerutility index 7dcf5ea02b..9b84541020 100644 --- a/hack/make/containerutility +++ b/hack/make/containerutility @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -CONTAINER_UTILITY_COMMIT=e004a1415a433447369e315b9d7df357102be0d2 # v0.9.0 +: "${CONTAINER_UTILITY_COMMIT:=aa1ba87e99b68e0113bd27ec26c60b88f9d4ccd9}" ( git clone https://github.com/docker/windows-container-utility.git "$GOPATH/src/github.com/docker/windows-container-utility"