From adb92ca672f73ba9a29081fc0e7bb63d075c4ae7 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Fri, 15 Sep 2017 14:44:33 +0100 Subject: [PATCH] pkg/init-lcow: Update to the latest version This includes fixes to the intermittent on pull as well as other fixes. Signed-off-by: Rolf Neugebauer --- pkg/init-lcow/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/init-lcow/Dockerfile b/pkg/init-lcow/Dockerfile index f0b4c2415..3cafdfdec 100644 --- a/pkg/init-lcow/Dockerfile +++ b/pkg/init-lcow/Dockerfile @@ -9,7 +9,7 @@ RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache FROM linuxkit/alpine:349a817bdd6b293ca623ab97acf5377ccdeac7d2 AS build ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs -ENV OPENGCS_COMMIT=203a54283e0b0d58c1bc9d8d0f0b4bea8503fe37 +ENV OPENGCS_COMMIT=de29646b8dfadfc443e1467bd4b493e9068fb582 RUN apk add --no-cache build-base curl git go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin RUN git clone $OPENGCS_REPO /go/src/github.com/Microsoft/opengcs && \