From c9b44d7c9306504c43cbb521c494e2e4ebf8e94f Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Tue, 9 Jun 2020 08:42:11 +0200 Subject: [PATCH] use supported releases --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a318409b..25eaf3016 100644 --- a/Makefile +++ b/Makefile @@ -278,7 +278,7 @@ realclean: clean $(DOCKERHUB_USER)/scope $(DOCKERHUB_USER)/cloud-agent \ $(DOCKERHUB_USER)/scope:$(IMAGE_TAG) $(DOCKERHUB_USER)/cloud-agent:$(IMAGE_TAG) \ weaveworks/weaveexec:$(WEAVENET_VERSION) \ - ubuntu:yakkety alpine:3.5 node:6.9.0 2>/dev/null || true + ubuntu:bionic alpine:3.11 node:6.9.0 2>/dev/null || true # Dependencies are intentionally build without enforcing any tags # since they are build on the host