From 41fd030899af2f9b2ee10c02c52ddc2440ee4f66 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sat, 6 Feb 2021 15:44:55 +0100 Subject: [PATCH] Update dependencies --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9dba5ab..62941bd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ IMAGE := k8r.eu/justjanne/$(shell basename $(shell git remote get-url origin) .git) -PLATFORM := 29 -BUILD_TOOLS := 29.0.3 +PLATFORM := 30 +BUILD_TOOLS := 30.0.3 TAGS := $(PLATFORM)-$(BUILD_TOOLS) .PHONY: build -- GitLab