diff --git a/projects/swarmd/swarmd/Dockerfile b/projects/swarmd/swarmd/Dockerfile index 08d4a5170..ce27cd450 100644 --- a/projects/swarmd/swarmd/Dockerfile +++ b/projects/swarmd/swarmd/Dockerfile @@ -40,9 +40,9 @@ RUN mkdir -p /out/usr/bin/ /out/etc /out/opt/cni/bin /out/etc/cni/net.d # Swarmd # https://github.com/ijc/swarmkit/tree/containerd-wip -ENV SWARMKIT_REPO=https://github.com/ijc25/swarmkit +ENV SWARMKIT_REPO=https://github.com/ijc/swarmkit ENV SWARMKIT_BRANCH=containerd-wip -ENV SWARMKIT_COMMIT=4a484ccb498bee117fe6167d5a5e7ea0f6d4f2e9 +ENV SWARMKIT_COMMIT=8a09c038f1ba8f227a28b7f48ccc92a04edb85f5 RUN mkdir -p $GOPATH/src/github.com/docker && \ cd $GOPATH/src/github.com/docker && \