summaryrefslogtreecommitdiff
path: root/hack/dockerfile/install
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-12-23 01:56:05 +0100
committerSebastiaan van Stijn <github@gone.nl>2022-12-29 14:45:04 +0100
commit0c207b05169f329c9f17f8b9cf5008b582798f02 (patch)
treeae0b561dfd183e4dfa1a4b633e0bd205096bdf5b /hack/dockerfile/install
parentddab6b36218e0ef4be2ca261b8be3cecf9a72e4d (diff)
downloaddocker-0c207b05169f329c9f17f8b9cf5008b582798f02.tar.gz
[20.10] fix broken vanity-URL for code.cloudfoundry.org
The vanity URL looks to be misconfigured; 2022-12-22T00:01:12.571Z] 2022/12/22 00:01:12 unrecognized import path "code.cloudfoundry.org/clock" (https fetch: Get "https://code.cloudfoundry.org/clock?go-get=1": x509: certificate is valid for *.de.a9sapp.eu, de.a9sapp.eu, not code.cloudfoundry.org) This patch updates vendor.conf to fetch the code directly from GitHub. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'hack/dockerfile/install')
-rwxr-xr-xhack/dockerfile/install/vndr.installer2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/dockerfile/install/vndr.installer b/hack/dockerfile/install/vndr.installer
index 5611e3c9d8..fae57b1627 100755
--- a/hack/dockerfile/install/vndr.installer
+++ b/hack/dockerfile/install/vndr.installer
@@ -1,6 +1,6 @@
#!/bin/sh
-: "${VNDR_VERSION:=v0.1.2}"
+: "${VNDR_VERSION:=v0.1.3-0.20221229102223-87603e47e8ea}"
install_vndr() {
echo "Install vndr version $VNDR_VERSION"