diff --git a/Makefile b/Makefile index e2f27ba295ecf1014f9f9daca427520095545a07..9dba5abde11d433d25d0ecad15b94aff1f361f0e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ IMAGE := k8r.eu/justjanne/$(shell basename $(shell git remote get-url origin) .git) -PLATFORM := 28 -BUILD_TOOLS := 28.0.3 +PLATFORM := 29 +BUILD_TOOLS := 29.0.3 TAGS := $(PLATFORM)-$(BUILD_TOOLS) .PHONY: build