Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit d071a64

Browse files
committed
bump windows-container-utility aa1ba87e99b68e0113bd27ec26c60b88f9d4ccd9
full diff: docker-archive/windows-container-utility@e004a14...aa1ba87 changes: - Use standard include paths instead of hard-coding Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 5125f8b304b860383f277e6d52bb72abfe820a30) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 57d5105759a002e31a4173a13e7c81d79ccec184 Component: engine
1 parent 773359a commit d071a64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/hack/make/containerutility

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
CONTAINER_UTILITY_COMMIT=e004a1415a433447369e315b9d7df357102be0d2 # v0.9.0
4+
: "${CONTAINER_UTILITY_COMMIT:=aa1ba87e99b68e0113bd27ec26c60b88f9d4ccd9}"
55

66
(
77
git clone https://github.com/docker/windows-container-utility.git "$GOPATH/src/github.com/docker/windows-container-utility"

0 commit comments

Comments
 (0)