Update karaf

Change-Id: Idf5681c0dd5daa495905cd45d5856ad25ff66c2a
diff --git a/Makefile b/Makefile
index ea7e806..94d2ae7 100644
--- a/Makefile
+++ b/Makefile
@@ -40,9 +40,13 @@
 endif
 
 ifeq ($(DOCKER_TAG),stable)
+# FIXME temporary until stable moves to newer commits
+  KARAF_VERSION := 4.2.9
 # Includes the default ("working") versions of each component
   include ./Makefile.vars.stable
 else ifeq ($(DOCKER_TAG),master)
+# FIXME temporary until stable moves to newer commits
+  KARAF_VERSION := 4.2.14
 # Includes the master versions of each component
   include ./Makefile.vars.master
 else
@@ -59,7 +63,6 @@
 export ONOS_ROOT             := $(shell pwd)/onos
 ONOS_REPO                    := https://gerrit.onosproject.org/onos
 ONOS_PROFILE                 := "tost"
-KARAF_VERSION                := 4.2.9
 PROFILER                     ?=
 ONOS_YOURKIT                 := 2021.3-b230
 USE_ONOS_BAZEL_OUTPUT        ?=