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 && \